fix with AppleClang 12 (CGAL_CXX20==1 but <ranges> is not implemented)

This commit is contained in:
Laurent Rineau 2025-04-04 15:43:39 +02:00
parent 31fd8d259c
commit 150e129b33
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace boost::foreach {
struct is_lightweight_proxy<CGAL::Iterator_range<T>> : boost::mpl::true_ {};
}
#if CGAL_CXX20
#if CGAL_CXX20 && __cpp_lib_ranges >= 201911L
# include <ranges>
template<typename I>