From bcd4f9600f3a86b929ba0b4737e07efd14ba69bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 20 Feb 2020 11:11:51 +0100 Subject: [PATCH] Make GetPointMap work with only a PointRange template --- BGL/include/CGAL/boost/graph/named_params_helper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/named_params_helper.h b/BGL/include/CGAL/boost/graph/named_params_helper.h index 81c773b40cf..ca0d86fb6be 100644 --- a/BGL/include/CGAL/boost/graph/named_params_helper.h +++ b/BGL/include/CGAL/boost/graph/named_params_helper.h @@ -234,7 +234,8 @@ namespace CGAL { BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(Has_nested_type_iterator, iterator, false) } - template, bool has_nested_iterator = internal::Has_nested_type_iterator::value> class GetPointMap {