File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ template <typename... Ts> constexpr bool is_range<multi_subject_range<Ts...>> =
133
133
134
134
}
135
135
136
- #if __cpp_lib_ranges >= 201911
136
+ #if defined __cpp_lib_ranges && __cpp_lib_ranges >= 201911
137
137
namespace std ::ranges {
138
138
139
139
template <typename ... Ts> inline constexpr bool enable_borrowed_range<::ctre::regex_range<Ts...>> = true ;
Original file line number Diff line number Diff line change @@ -4800,7 +4800,7 @@ template <typename... Ts> constexpr bool is_range<multi_subject_range<Ts...>> =
4800
4800
4801
4801
}
4802
4802
4803
- #if __cpp_lib_ranges >= 201911
4803
+ #if defined __cpp_lib_ranges && __cpp_lib_ranges >= 201911
4804
4804
namespace std::ranges {
4805
4805
4806
4806
template <typename... Ts> inline constexpr bool enable_borrowed_range<::ctre::regex_range<Ts...>> = true;
Original file line number Diff line number Diff line change @@ -4797,7 +4797,7 @@ template <typename... Ts> constexpr bool is_range<multi_subject_range<Ts...>> =
4797
4797
4798
4798
}
4799
4799
4800
- #if __cpp_lib_ranges >= 201911
4800
+ #if defined __cpp_lib_ranges && __cpp_lib_ranges >= 201911
4801
4801
namespace std ::ranges {
4802
4802
4803
4803
template <typename ... Ts> inline constexpr bool enable_borrowed_range<::ctre::regex_range<Ts...>> = true ;
You can’t perform that action at this time.
0 commit comments