#ifdef the include of <ranges>

This commit is contained in:
Andreas Fabri 2025-04-11 08:48:00 +01:00
parent 1196ebdf8a
commit 0e2e486296
1 changed files with 4 additions and 0 deletions

View File

@ -25,7 +25,11 @@
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <string_view> #include <string_view>
#if __cpp_lib_concepts >= 201806L && __cpp_lib_ranges >= 201911L
#include <ranges> #include <ranges>
#endif
#include <optional> #include <optional>
#include <chrono> #include <chrono>