Skip to content

Commit cc3fe06

Browse files
committed
Gate #include <ranges>
1 parent f5ad724 commit cc3fe06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/analysis/transfer-function.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919

2020
#if __cplusplus >= 202002L
2121
#include <concepts>
22+
#if __has_include(<ranges>)
2223
#include <ranges>
2324
#endif
25+
#endif
2426

2527
#if defined(__cpp_lib_concepts) && defined(__cpp_lib_ranges)
2628

0 commit comments

Comments
 (0)