From 0c2d09ae72cfed01aea28c484e684bacc20ea5cb Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Fri, 19 Oct 2018 10:24:45 +0200 Subject: [PATCH] Mention change of serialization in the list of changes to the original code --- .../Classification/internal/auxiliary/random-forest/node.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classification/include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp b/Classification/include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp index 84f8d973014..9e02ed11400 100644 --- a/Classification/include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp +++ b/Classification/include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp @@ -28,6 +28,8 @@ // * changed inclusion protection tag // * moved to namespace CGAL::internal:: // * fix computation of node_dist[label] so that results are always <= 1.0 +// * change serialization functions to avoid a bug with boost and some +// compilers (that leads to dereferencing a null pointer) #ifndef CGAL_INTERNAL_LIBLEARNING_RANDOMFORESTS_NODE_H #define CGAL_INTERNAL_LIBLEARNING_RANDOMFORESTS_NODE_H