diff --git a/STL_Extension/include/CGAL/Iterator_project.h b/STL_Extension/include/CGAL/Iterator_project.h index 5f62d4dfe25..8f73fe7606d 100644 --- a/STL_Extension/include/CGAL/Iterator_project.h +++ b/STL_Extension/include/CGAL/Iterator_project.h @@ -137,12 +137,12 @@ public: Self tmp = *this; return tmp += -n; } - + template #if defined(BOOST_MSVC) && (BOOST_MSVC <= 1920) difference_type #else - + std::enable_if_t && std::is_convertible_v, difference_type>