From bf5824f9282b88c2f94d76b2999a790252d0df9d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 3 Jun 2019 14:32:17 +0100 Subject: [PATCH] Corrections for C++2a library status table * doc/xml/manual/status_cxx2020.xml: Add missing row for P0920R2. Fix bgcolor for P0340R3. * doc/html/*: Regenerate. From-SVN: r271868 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/html/manual/status.html | 8 ++++++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 15 +++++++++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c2ae996deee..e1263fd7d25 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2019-06-03 Jonathan Wakely + * doc/xml/manual/status_cxx2020.xml: Add missing row for P0920R2. + Fix bgcolor for P0340R3. + * doc/html/*: Regenerate. + PR libstdc++/90686 * doc/xml/manual/status_cxx2014.xml: Document what's missing from . diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index bb3e7362f9b..6e3b48f7ea6 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1366,7 +1366,7 @@ Feature-testing recommendations for C++. P0339R6 - 9.1   Making std::underlying_type SFINAE-friendly + 9.1   Making std::underlying_type SFINAE-friendly P0340R3 @@ -1416,7 +1416,7 @@ Feature-testing recommendations for C++. P1164R1 - 8.3   + 8.3 Treated as a DR for C++17 Target Vectorization Policies from Parallelism V2 TS to C++20 @@ -1436,6 +1436,10 @@ Feature-testing recommendations for C++. P1024R3 +   Precalculated hash values in lookup + + P0920R2 +   Traits for [Un]bounded Arrays P1357R1 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index b4f7a7830a2..029c5bc9b8e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -967,7 +967,6 @@ Feature-testing recommendations for C++. - Making std::underlying_type SFINAE-friendly @@ -1072,7 +1071,7 @@ Feature-testing recommendations for C++. 8.3 - + Treated as a DR for C++17 @@ -1127,6 +1126,18 @@ Feature-testing recommendations for C++. + + + Precalculated hash values in lookup + + + P0920R2 + + + + + + Traits for [Un]bounded Arrays -- 2.30.2