Skip to content

Commit c2f9280

Browse files
[automated] Update data.yaml from libstdc++ data (#45)
Co-authored-by: cpplearner <[email protected]>
1 parent 91c367b commit c2f9280

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

data.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,10 @@ library:
15421542
clang:
15431543
- since: C++26
15441544
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
15461549
msvc: null
15471550
- name: __cpp_lib_allocate_at_least
15481551
header_list: memory
@@ -2776,7 +2779,9 @@ library:
27762779
cppreference-description: Replaceable {{ltt|cpp/utility/is_debugger_present|std::is_debugger_present}}
27772780
support:
27782781
clang: null
2779-
gcc: null
2782+
gcc:
2783+
- since: C++26
2784+
value: 202403
27802785
msvc: null
27812786
- name: __cpp_lib_deduction_guides
27822787
rows:
@@ -3914,7 +3919,9 @@ library:
39143919
clang:
39153920
- since: C++26
39163921
value: 202411
3917-
gcc: null
3922+
gcc:
3923+
- since: C++26
3924+
value: 202411
39183925
msvc: null
39193926
- name: __cpp_lib_is_swappable
39203927
header_list: type_traits
@@ -4176,6 +4183,8 @@ library:
41764183
gcc:
41774184
- since: C++23
41784185
value: 202207
4186+
- since: C++26
4187+
value: 202406
41794188
msvc:
41804189
- since: C++23
41814190
value: 202207
@@ -5809,7 +5818,8 @@ library:
58095818
clang: null
58105819
gcc:
58115820
- 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
58135823
value: 202506
58145824
msvc: null
58155825
- name: __cpp_lib_type_trait_variable_templates

0 commit comments

Comments
 (0)