mirror of https://github.com/CGAL/cgal
suppress VC++ warning
This commit is contained in:
parent
ec60c4f0cc
commit
6924740765
|
|
@ -17,6 +17,11 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch>
|
// Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(BOOST_MSVC)
|
||||||
|
# pragma warning(disable:4355) // complaint about using 'this' to
|
||||||
|
#endif // initialize a member
|
||||||
|
|
||||||
#include <CGAL/Cartesian.h>
|
#include <CGAL/Cartesian.h>
|
||||||
#include <CGAL/Kernel_traits.h>
|
#include <CGAL/Kernel_traits.h>
|
||||||
#include <CGAL/point_generators_2.h>
|
#include <CGAL/point_generators_2.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue