fix compilation error C1710 on msvc

see https://msdn.microsoft.com/fr-fr/library/h5sh3k99.aspx
This commit is contained in:
Jane Tournois 2017-10-10 14:17:47 +02:00 committed by Simon Giraudot
parent 1a2dc57fcd
commit 2a662cf0df
1 changed files with 1 additions and 1 deletions

View File

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