From a796551a2f122641aec82eb5b930754657b1a601 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 Apr 2025 09:38:46 +0100 Subject: [PATCH] ws --- STL_Extension/include/CGAL/Iterator_project.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>