mirror of https://github.com/CGAL/cgal
Let's see what happens when VC++ uses iterators as handles
This commit is contained in:
parent
5eb56cde59
commit
c1692c50bf
|
|
@ -30,9 +30,9 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
|
||||||
#if (!defined _MSC_VER || defined __INTEL_COMPILER) && !defined __sgi
|
//#if (!defined _MSC_VER || defined __INTEL_COMPILER) && !defined __sgi
|
||||||
# define CGAL_T2_USE_ITERATOR_AS_HANDLE
|
# define CGAL_T2_USE_ITERATOR_AS_HANDLE
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#include <CGAL/triangulation_assertions.h>
|
#include <CGAL/triangulation_assertions.h>
|
||||||
#include <CGAL/Triangulation_short_names_2.h>
|
#include <CGAL/Triangulation_short_names_2.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue