File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -1542,7 +1542,10 @@ library:
1542
1542
clang :
1543
1543
- since : C++26
1544
1544
value : 202411
1545
- gcc : null
1545
+ gcc :
1546
+ - since : C++26
1547
+ depends : __cpp_lib_assume_aligned && __cpp_lib_is_sufficiently_aligned
1548
+ value : 202411
1546
1549
msvc : null
1547
1550
- name : __cpp_lib_allocate_at_least
1548
1551
header_list : memory
@@ -2776,7 +2779,9 @@ library:
2776
2779
cppreference-description : Replaceable {{ltt|cpp/utility/is_debugger_present|std::is_debugger_present}}
2777
2780
support :
2778
2781
clang : null
2779
- gcc : null
2782
+ gcc :
2783
+ - since : C++26
2784
+ value : 202403
2780
2785
msvc : null
2781
2786
- name : __cpp_lib_deduction_guides
2782
2787
rows :
@@ -3914,7 +3919,9 @@ library:
3914
3919
clang :
3915
3920
- since : C++26
3916
3921
value : 202411
3917
- gcc : null
3922
+ gcc :
3923
+ - since : C++26
3924
+ value : 202411
3918
3925
msvc : null
3919
3926
- name : __cpp_lib_is_swappable
3920
3927
header_list : type_traits
@@ -4176,6 +4183,8 @@ library:
4176
4183
gcc :
4177
4184
- since : C++23
4178
4185
value : 202207
4186
+ - since : C++26
4187
+ value : 202406
4179
4188
msvc :
4180
4189
- since : C++23
4181
4190
value : 202207
@@ -5809,7 +5818,8 @@ library:
5809
5818
clang : null
5810
5819
gcc :
5811
5820
- since : C++26
5812
- depends : __has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison >= 201907L
5821
+ depends : __has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison
5822
+ >= 201907L
5813
5823
value : 202506
5814
5824
msvc : null
5815
5825
- name : __cpp_lib_type_trait_variable_templates
You can’t perform that action at this time.
0 commit comments