From 4e84efbb92c011839bfaa4e92dc31c5bc5924786 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 10 Oct 2023 10:22:36 +0200 Subject: [PATCH] issue #7765 Problem with Boost 1.54 and a non reachable ticket CGAL as of version 5.6 requires Boost 1.66 or higher so the warning is not valid anymore --- Point_set_processing_3/include/CGAL/mst_orient_normals.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Point_set_processing_3/include/CGAL/mst_orient_normals.h b/Point_set_processing_3/include/CGAL/mst_orient_normals.h index bc67439f053e..5536815e9f36 100644 --- a/Point_set_processing_3/include/CGAL/mst_orient_normals.h +++ b/Point_set_processing_3/include/CGAL/mst_orient_normals.h @@ -553,9 +553,6 @@ create_mst_graph( For this reason it should not be called on sorted containers. It is based on \cgalCite{cgal:hddms-srup-92}. - \warning This function may fail when Boost version 1.54 is used, - because of the following bug: https://svn.boost.org/trac/boost/ticket/9012 - \pre Normals must be unit vectors \pre `k >= 2`