mirror of https://github.com/CGAL/cgal
fix compilation error C1710 on msvc
see https://msdn.microsoft.com/fr-fr/library/h5sh3k99.aspx
This commit is contained in:
parent
1a2dc57fcd
commit
2a662cf0df
|
|
@ -26,7 +26,7 @@
|
|||
#include <CGAL/Classification/Label_set.h>
|
||||
|
||||
#ifdef CGAL_CLASSIFICATION_VERBOSE
|
||||
#define VERBOSE_TREE_PROGRESS true
|
||||
#define VERBOSE_TREE_PROGRESS 1
|
||||
#endif
|
||||
|
||||
#include <CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue