suppress VC++ warning

This commit is contained in:
Andreas Fabri 2006-09-14 08:08:13 +00:00
parent ec60c4f0cc
commit 6924740765
1 changed files with 5 additions and 0 deletions

View File

@ -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>