|
24 | 24 | # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17"
|
25 | 25 | # endif
|
26 | 26 |
|
| 27 | +# ifdef __cpp_lib_constexpr_forward_list |
| 28 | +# error "__cpp_lib_constexpr_forward_list should not be defined before c++26" |
| 29 | +# endif |
| 30 | + |
27 | 31 | # ifdef __cpp_lib_containers_ranges
|
28 | 32 | # error "__cpp_lib_containers_ranges should not be defined before c++23"
|
29 | 33 | # endif
|
|
54 | 58 | # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17"
|
55 | 59 | # endif
|
56 | 60 |
|
| 61 | +# ifdef __cpp_lib_constexpr_forward_list |
| 62 | +# error "__cpp_lib_constexpr_forward_list should not be defined before c++26" |
| 63 | +# endif |
| 64 | + |
57 | 65 | # ifdef __cpp_lib_containers_ranges
|
58 | 66 | # error "__cpp_lib_containers_ranges should not be defined before c++23"
|
59 | 67 | # endif
|
|
87 | 95 | # error "__cpp_lib_allocator_traits_is_always_equal should have the value 201411L in c++17"
|
88 | 96 | # endif
|
89 | 97 |
|
| 98 | +# ifdef __cpp_lib_constexpr_forward_list |
| 99 | +# error "__cpp_lib_constexpr_forward_list should not be defined before c++26" |
| 100 | +# endif |
| 101 | + |
90 | 102 | # ifdef __cpp_lib_containers_ranges
|
91 | 103 | # error "__cpp_lib_containers_ranges should not be defined before c++23"
|
92 | 104 | # endif
|
|
126 | 138 | # error "__cpp_lib_allocator_traits_is_always_equal should have the value 201411L in c++20"
|
127 | 139 | # endif
|
128 | 140 |
|
| 141 | +# ifdef __cpp_lib_constexpr_forward_list |
| 142 | +# error "__cpp_lib_constexpr_forward_list should not be defined before c++26" |
| 143 | +# endif |
| 144 | + |
129 | 145 | # ifdef __cpp_lib_containers_ranges
|
130 | 146 | # error "__cpp_lib_containers_ranges should not be defined before c++23"
|
131 | 147 | # endif
|
|
171 | 187 | # error "__cpp_lib_allocator_traits_is_always_equal should have the value 201411L in c++23"
|
172 | 188 | # endif
|
173 | 189 |
|
| 190 | +# ifdef __cpp_lib_constexpr_forward_list |
| 191 | +# error "__cpp_lib_constexpr_forward_list should not be defined before c++26" |
| 192 | +# endif |
| 193 | + |
174 | 194 | # ifndef __cpp_lib_containers_ranges
|
175 | 195 | # error "__cpp_lib_containers_ranges should be defined in c++23"
|
176 | 196 | # endif
|
|
219 | 239 | # error "__cpp_lib_allocator_traits_is_always_equal should have the value 201411L in c++26"
|
220 | 240 | # endif
|
221 | 241 |
|
| 242 | +# ifndef __cpp_lib_constexpr_forward_list |
| 243 | +# error "__cpp_lib_constexpr_forward_list should be defined in c++26" |
| 244 | +# endif |
| 245 | +# if __cpp_lib_constexpr_forward_list != 202502L |
| 246 | +# error "__cpp_lib_constexpr_forward_list should have the value 202502L in c++26" |
| 247 | +# endif |
| 248 | + |
222 | 249 | # ifndef __cpp_lib_containers_ranges
|
223 | 250 | # error "__cpp_lib_containers_ranges should be defined in c++26"
|
224 | 251 | # endif
|
|
0 commit comments