Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,10 @@ library:
clang:
- since: C++26
value: 202411
gcc: null
gcc:
- since: C++26
depends: __cpp_lib_assume_aligned && __cpp_lib_is_sufficiently_aligned
value: 202411
msvc: null
- name: __cpp_lib_allocate_at_least
header_list: memory
Expand Down Expand Up @@ -2776,7 +2779,9 @@ library:
cppreference-description: Replaceable {{ltt|cpp/utility/is_debugger_present|std::is_debugger_present}}
support:
clang: null
gcc: null
gcc:
- since: C++26
value: 202403
msvc: null
- name: __cpp_lib_deduction_guides
rows:
Expand Down Expand Up @@ -3914,7 +3919,9 @@ library:
clang:
- since: C++26
value: 202411
gcc: null
gcc:
- since: C++26
value: 202411
msvc: null
- name: __cpp_lib_is_swappable
header_list: type_traits
Expand Down Expand Up @@ -4176,6 +4183,8 @@ library:
gcc:
- since: C++23
value: 202207
- since: C++26
value: 202406
msvc:
- since: C++23
value: 202207
Expand Down Expand Up @@ -5809,7 +5818,8 @@ library:
clang: null
gcc:
- since: C++26
depends: __has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison >= 201907L
depends: __has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison
>= 201907L
value: 202506
msvc: null
- name: __cpp_lib_type_trait_variable_templates
Expand Down