From 2a662cf0df1427a4e38fd4d2f4cf1e8f8f3111fb Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 10 Oct 2017 14:17:47 +0200 Subject: [PATCH] fix compilation error C1710 on msvc see https://msdn.microsoft.com/fr-fr/library/h5sh3k99.aspx --- .../include/CGAL/Classification/ETHZ_random_forest_classifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classification/include/CGAL/Classification/ETHZ_random_forest_classifier.h b/Classification/include/CGAL/Classification/ETHZ_random_forest_classifier.h index fa0e38febc3..3283dd277e5 100644 --- a/Classification/include/CGAL/Classification/ETHZ_random_forest_classifier.h +++ b/Classification/include/CGAL/Classification/ETHZ_random_forest_classifier.h @@ -26,7 +26,7 @@ #include #ifdef CGAL_CLASSIFICATION_VERBOSE -#define VERBOSE_TREE_PROGRESS true +#define VERBOSE_TREE_PROGRESS 1 #endif #include