aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/version.def
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/version.def')
-rw-r--r--libstdc++-v3/include/bits/version.def12
1 files changed, 8 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/version.def b/libstdc++-v3/include/bits/version.def
index 412b9ce..5c010a4 100644
--- a/libstdc++-v3/include/bits/version.def
+++ b/libstdc++-v3/include/bits/version.def
@@ -879,8 +879,12 @@ ftms = {
ftms = {
name = concepts;
+ // 201806 P0898R3 Standard Library Concepts
+ // 201907 P1754R1 Rename concepts to standard_case for C++20
+ // 202002 P1964R2 Wording for boolean-testable
+ // 202207 P2404R3 Move-only types for equality_comparable_with, etc.
values = {
- v = 202002;
+ v = 202207;
cxxmin = 20;
extra_cond = "__cpp_concepts >= 201907L";
};
@@ -1090,17 +1094,17 @@ ftms = {
name = padded_layouts;
no_stdname = true; // internal
values = {
- v = 1;
+ v = 202403;
cxxmin = 26;
};
};
ftms = {
name = submdspan;
- no_stdname = true; // TODO: change once complete
values = {
- v = 1;
+ v = 202411;
cxxmin = 26;
+ extra_cond = "__glibcxx_constant_wrapper >= 202506L";
};
};