mirror of https://github.com/CGAL/cgal
Let's see what happens when VC++ uses iterators as handles
This commit is contained in:
parent
c1692c50bf
commit
0bd68b0c98
|
|
@ -36,9 +36,9 @@
|
|||
|
||||
#include <CGAL/utility.h>
|
||||
|
||||
#if (!defined _MSC_VER || defined __INTEL_COMPILER) && !defined __sgi
|
||||
//#if (!defined _MSC_VER || defined __INTEL_COMPILER) && !defined __sgi
|
||||
# define CGAL_T3_USE_ITERATOR_AS_HANDLE
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#include <CGAL/Triangulation_short_names_3.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue