|
219 | 219 | __cpp_lib_submdspan 202306L [C++26] |
220 | 220 | __cpp_lib_syncbuf 201803L [C++20] |
221 | 221 | __cpp_lib_text_encoding 202306L [C++26] |
222 | | - __cpp_lib_three_way_comparison 201711L [C++20] |
| 222 | + __cpp_lib_three_way_comparison 201907L [C++20] |
223 | 223 | __cpp_lib_to_address 201711L [C++20] |
224 | 224 | __cpp_lib_to_array 201907L [C++20] |
225 | 225 | __cpp_lib_to_chars 201611L [C++17] |
|
4420 | 4420 | # ifndef __cpp_lib_three_way_comparison |
4421 | 4421 | # error "__cpp_lib_three_way_comparison should be defined in c++20" |
4422 | 4422 | # endif |
4423 | | -# if __cpp_lib_three_way_comparison != 201711L |
4424 | | -# error "__cpp_lib_three_way_comparison should have the value 201711L in c++20" |
| 4423 | +# if __cpp_lib_three_way_comparison != 201907L |
| 4424 | +# error "__cpp_lib_three_way_comparison should have the value 201907L in c++20" |
4425 | 4425 | # endif |
4426 | 4426 |
|
4427 | 4427 | # ifndef __cpp_lib_to_address |
|
6018 | 6018 | # ifndef __cpp_lib_three_way_comparison |
6019 | 6019 | # error "__cpp_lib_three_way_comparison should be defined in c++23" |
6020 | 6020 | # endif |
6021 | | -# if __cpp_lib_three_way_comparison != 201711L |
6022 | | -# error "__cpp_lib_three_way_comparison should have the value 201711L in c++23" |
| 6021 | +# if __cpp_lib_three_way_comparison != 201907L |
| 6022 | +# error "__cpp_lib_three_way_comparison should have the value 201907L in c++23" |
6023 | 6023 | # endif |
6024 | 6024 |
|
6025 | 6025 | # ifndef __cpp_lib_to_address |
|
7940 | 7940 | # ifndef __cpp_lib_three_way_comparison |
7941 | 7941 | # error "__cpp_lib_three_way_comparison should be defined in c++26" |
7942 | 7942 | # endif |
7943 | | -# if __cpp_lib_three_way_comparison != 201711L |
7944 | | -# error "__cpp_lib_three_way_comparison should have the value 201711L in c++26" |
| 7943 | +# if __cpp_lib_three_way_comparison != 201907L |
| 7944 | +# error "__cpp_lib_three_way_comparison should have the value 201907L in c++26" |
7945 | 7945 | # endif |
7946 | 7946 |
|
7947 | 7947 | # ifndef __cpp_lib_to_address |
|
0 commit comments