mirror of https://github.com/CGAL/cgal
#ifdef the include of <ranges>
This commit is contained in:
parent
1196ebdf8a
commit
0e2e486296
|
|
@ -25,7 +25,11 @@
|
|||
#include <fstream>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#if __cpp_lib_concepts >= 201806L && __cpp_lib_ranges >= 201911L
|
||||
#include <ranges>
|
||||
#endif
|
||||
|
||||
#include <optional>
|
||||
#include <chrono>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue