From 8848fd691e3517fec23f08153592c696e7480db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 11 Dec 2013 05:47:55 +0100 Subject: [PATCH] using CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES --- .../include/CGAL/mesh_segmentation.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h index 6df29d8dd3f..85d87f390a5 100644 --- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h @@ -15,7 +15,7 @@ namespace CGAL /// @cond SKIP_IN_MANUAL template @@ -58,7 +58,7 @@ sdf_values( const Polyhedron& polyhedron, * @return minimum and maximum raw SDF values if @a postprocess is `true`, otherwise minimum and maximum SDF values (before linear normalization) */ template @@ -146,7 +146,7 @@ sdf_values_postprocessing(const Polyhedron& polyhedron, */ template @@ -168,7 +168,7 @@ segmentation_from_sdf_values( const Polyhedron& polyhedron, ///\cond SKIP_IN_MANUAL template < bool Fast_sdf_calculation_mode, class Polyhedron, class SegmentPropertyMap, class GeomTraits -#ifndef BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS +#ifndef CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES = typename Polyhedron::Traits #endif > @@ -229,7 +229,7 @@ segmentation_via_sdf_values(const Polyhedron& polyhedron, * @return number of segments if `output_cluster_ids` is set to `false` and `number_of_clusters` otherwise */ template < class Polyhedron, class SegmentPropertyMap, class GeomTraits -#ifndef BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS +#ifndef CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES = typename Polyhedron::Traits #endif > @@ -249,7 +249,7 @@ segmentation_via_sdf_values(const Polyhedron& polyhedron, } -#ifdef BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS +#ifdef CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES template std::pair sdf_values(const Polyhedron& polyhedron,