diff --git a/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h b/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h index d94bd7e0738..e6cb71638be 100644 --- a/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h +++ b/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h @@ -345,7 +345,7 @@ void alpha_wrap_2(const InputMultiPolygonWithHoles& multipolygon, #ifndef DOXYGEN_RUNNING , std::enable_if_t::value>* = nullptr #endif - ) + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -427,7 +427,7 @@ void alpha_wrap_2(const SegmentRange& segments, #ifndef DOXYGEN_RUNNING , std::enable_if_t::value>* = nullptr #endif - ) + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -501,8 +501,9 @@ void alpha_wrap_2(const MultiLineString& multilinestring, MultipolygonWithHoles& alpha_wrap, const InputNamedParameters& np #ifndef DOXYGEN_RUNNING - , std::enable_if_t::value>* = nullptr) + , std::enable_if_t::value>* = nullptr #endif + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -576,10 +577,11 @@ void alpha_wrap_2(const PointRange& points, const double alpha, const double offset, MultipolygonWithHoles& alpha_wrap, - const InputNamedParameters& np, + const InputNamedParameters& np #ifndef DOXYGEN_RUNNING - std::enable_if_t::value>* = nullptr) + , std::enable_if_t::value>* = nullptr #endif + ) { using parameters::get_parameter; using parameters::choose_parameter;