From 324fb1020f4bf7bcf39bd82fb1cef49b6e7e2fae Mon Sep 17 00:00:00 2001 From: Edward Smith-Rowland Date: Mon, 9 Sep 2019 16:54:31 +0000 Subject: [PATCH] Update docs for recent and constexpr lib changes. 2019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net> Update docs for recent and constexpr lib changes. * doc/xml/manual/status_cxx2020.xml: Update p0202r3, p0858r0, p0879r0, p1023r0, p1085r2 status. * doc/html/manual/status.html: Regenerate. From-SVN: r275522 --- libstdc++-v3/doc/html/manual/status.html | 21 +++++++++++---------- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 24 ++++++++++-------------- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 4442e19..884de7c 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1061,11 +1061,11 @@ Feature-testing recommendations for C++. P0053R7 -   Add constexpr modifiers to functions in <algorithm> and <utility> Headers +   Add constexpr modifiers to functions in <algorithm> and <utility> Headers P0202R3 -   Constexpr for std::complex + 10.1 __cpp_lib_constexpr_algorithms >= 201703L Constexpr for std::complex P0415R1 @@ -1133,11 +1133,12 @@ Feature-testing recommendations for C++. P0809R0 -   Constexpr iterator requirements +   Constexpr iterator requirements P0858R0 -   Symmetry for spaceship + 9.1 __cpp_lib_string_view >= 201803L + and __cpp_lib_array_constexpr >= 201803L Symmetry for spaceship P0905R1 @@ -1201,11 +1202,11 @@ Feature-testing recommendations for C++. P0788R3 -   Constexpr for swap and swap related functions +   Constexpr for swap and swap related functions P0879R0 -   The identity metafunction + 10.1 __cpp_lib_constexpr_algorithms >= 201806L The identity metafunction P0887R1 @@ -1225,11 +1226,11 @@ Feature-testing recommendations for C++. P0941R2 - 5.1   constexpr comparison operators for std::array + 5.1   constexpr comparison operators for std::array P1023R0 -   Update The Reference To The Unicode Standard + 10.1   Update The Reference To The Unicode Standard P1025R1 @@ -1315,11 +1316,11 @@ Feature-testing recommendations for C++. P1032R1 -   Should Span be Regular? +   Should Span be Regular? P1085R2 -   Editorial Guidance for merging P0019r8 and P0528r3 + 10.1 __cpp_lib_span >= 201902L Editorial Guidance for merging P0019r8 and P0528r3 P1123R0 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index fa0c89d..72c38ef 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -101,15 +101,14 @@ Feature-testing recommendations for C++. - Add constexpr modifiers to functions in <algorithm> and <utility> Headers P0202R3 - - + 10.1 + __cpp_lib_constexpr_algorithms >= 201703L @@ -307,15 +306,15 @@ Feature-testing recommendations for C++. - Constexpr iterator requirements P0858R0 - - + 9.1 + __cpp_lib_string_view >= 201803L + and __cpp_lib_array_constexpr >= 201803L @@ -503,15 +502,14 @@ Feature-testing recommendations for C++. - Constexpr for swap and swap related functions P0879R0 - - + 10.1 + __cpp_lib_constexpr_algorithms >= 201806L @@ -571,14 +569,13 @@ Feature-testing recommendations for C++. - constexpr comparison operators for std::array P1023R0 - + 10.1 @@ -823,15 +820,14 @@ Feature-testing recommendations for C++. - Should Span be Regular? P1085R2 - - + 10.1 + __cpp_lib_span >= 201902L -- 2.7.4