|
60 | 60 | # error "__cpp_lib_string_resize_and_overwrite should not be defined before c++23"
|
61 | 61 | # endif
|
62 | 62 |
|
| 63 | +# ifdef __cpp_lib_string_subview |
| 64 | +# error "__cpp_lib_string_subview should not be defined before c++26" |
| 65 | +# endif |
| 66 | + |
63 | 67 | # ifdef __cpp_lib_string_udls
|
64 | 68 | # error "__cpp_lib_string_udls should not be defined before c++14"
|
65 | 69 | # endif
|
|
114 | 118 | # error "__cpp_lib_string_resize_and_overwrite should not be defined before c++23"
|
115 | 119 | # endif
|
116 | 120 |
|
| 121 | +# ifdef __cpp_lib_string_subview |
| 122 | +# error "__cpp_lib_string_subview should not be defined before c++26" |
| 123 | +# endif |
| 124 | + |
117 | 125 | # ifndef __cpp_lib_string_udls
|
118 | 126 | # error "__cpp_lib_string_udls should be defined in c++14"
|
119 | 127 | # endif
|
|
177 | 185 | # error "__cpp_lib_string_resize_and_overwrite should not be defined before c++23"
|
178 | 186 | # endif
|
179 | 187 |
|
| 188 | +# ifdef __cpp_lib_string_subview |
| 189 | +# error "__cpp_lib_string_subview should not be defined before c++26" |
| 190 | +# endif |
| 191 | + |
180 | 192 | # ifndef __cpp_lib_string_udls
|
181 | 193 | # error "__cpp_lib_string_udls should be defined in c++17"
|
182 | 194 | # endif
|
|
261 | 273 | # error "__cpp_lib_string_resize_and_overwrite should not be defined before c++23"
|
262 | 274 | # endif
|
263 | 275 |
|
| 276 | +# ifdef __cpp_lib_string_subview |
| 277 | +# error "__cpp_lib_string_subview should not be defined before c++26" |
| 278 | +# endif |
| 279 | + |
264 | 280 | # ifndef __cpp_lib_string_udls
|
265 | 281 | # error "__cpp_lib_string_udls should be defined in c++20"
|
266 | 282 | # endif
|
|
354 | 370 | # error "__cpp_lib_string_resize_and_overwrite should have the value 202110L in c++23"
|
355 | 371 | # endif
|
356 | 372 |
|
| 373 | +# ifdef __cpp_lib_string_subview |
| 374 | +# error "__cpp_lib_string_subview should not be defined before c++26" |
| 375 | +# endif |
| 376 | + |
357 | 377 | # ifndef __cpp_lib_string_udls
|
358 | 378 | # error "__cpp_lib_string_udls should be defined in c++23"
|
359 | 379 | # endif
|
|
456 | 476 | # error "__cpp_lib_string_resize_and_overwrite should have the value 202110L in c++26"
|
457 | 477 | # endif
|
458 | 478 |
|
| 479 | +# ifndef __cpp_lib_string_subview |
| 480 | +# error "__cpp_lib_string_subview should be defined in c++26" |
| 481 | +# endif |
| 482 | +# if __cpp_lib_string_subview != 202506L |
| 483 | +# error "__cpp_lib_string_subview should have the value 202506L in c++26" |
| 484 | +# endif |
| 485 | + |
459 | 486 | # ifndef __cpp_lib_string_udls
|
460 | 487 | # error "__cpp_lib_string_udls should be defined in c++26"
|
461 | 488 | # endif
|
|
0 commit comments