mirror of https://github.com/CGAL/cgal
fix with AppleClang 12 (CGAL_CXX20==1 but <ranges> is not implemented)
This commit is contained in:
parent
31fd8d259c
commit
150e129b33
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue