From: Jonathan Wakely Date: Thu, 7 Mar 2019 14:25:05 +0000 (+0000) Subject: Update C++20 status table in libstdc++ manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5178f5c255c8ff1b2660c4375f6707743b31064c;p=gcc.git Update C++20 status table in libstdc++ manual * doc/xml/manual/status_cxx2020.xml: Update C++20 status. * doc/html/*: Regenerate. From-SVN: r269456 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4aa4c5ef28b..45af938a329 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2019-03-07 Jonathan Wakely + * doc/xml/manual/status_cxx2020.xml: Update C++20 status. + * doc/html/*: Regenerate. + P0356R5 Simplified partial function application * include/std/functional [C++20] (_Bind_front, _Bind_front_t): Define helpers for bind_front. diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 85ed863a413..52babbe6120 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1041,11 +1041,11 @@ Feature-testing recommendations for C++. P0415R1 - 9.1   Make std::memory_order a scoped enumeration + 9.1   Make std::memory_order a scoped enumeration P0439R0 -   String Prefix and Suffix Checking + 9.1   String Prefix and Suffix Checking P0457R2 @@ -1057,11 +1057,11 @@ Feature-testing recommendations for C++. P0600R1 - 9.1   de-pessimize legacy algorithms with std::move + 9.1   de-pessimize legacy algorithms with std::move P0616R0 -   Utility to convert a pointer to a raw pointer + 9.1   Utility to convert a pointer to a raw pointer P0653R2 @@ -1213,27 +1213,27 @@ Feature-testing recommendations for C++. P0318R1 - 9.1   Simplified partial function application + 9.1   Simplified partial function application P0356R5 -   reference_wrapper for incomplete types + 9.1 __cpp_lib_bind_front >= 201811L reference_wrapper for incomplete types P0357R3 - 9.1   char8_t: A type for UTF-8 characters and strings + 9.1   char8_t: A type for UTF-8 characters and strings P0482R6 -   Fixing operator>>(basic_istream&, CharT*) (LWG 2499) + 9.1 __cpp_lib_char8_t >= 201811L Fixing operator>>(basic_istream&, CharT*) (LWG 2499) P0487R1 -   Utility functions to implement uses-allocator construction +   Utility functions to implement uses-allocator construction P0591R4 -   P0595R2 std::is_constant_evaluated() + 9.1   P0595R2 std::is_constant_evaluated() P0595R2 @@ -1269,15 +1269,15 @@ Feature-testing recommendations for C++. P0972R0 - 9.1   Constexpr in std::pointer_traits + 9.1   Constexpr in std::pointer_traits P1006R1 -   std::assume_aligned + 9.1   std::assume_aligned P1007R3 -   Smart pointer creation with default initialization + 9.1   Smart pointer creation with default initialization P1020R1 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index e2c598190da..d40185c5db6 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -125,14 +125,13 @@ Feature-testing recommendations for C++. - Make std::memory_order a scoped enumeration P0439R0 - + 9.1 @@ -170,14 +169,13 @@ Feature-testing recommendations for C++. - de-pessimize legacy algorithms with std::move P0616R0 - + 9.1 @@ -624,15 +622,14 @@ Feature-testing recommendations for C++. - Simplified partial function application P0356R5 - - + 9.1 + __cpp_lib_bind_front >= 201811L @@ -647,15 +644,14 @@ Feature-testing recommendations for C++. - char8_t: A type for UTF-8 characters and strings P0482R6 - - + 9.1 + __cpp_lib_char8_t >= 201811L @@ -671,14 +667,13 @@ Feature-testing recommendations for C++. - Utility functions to implement uses-allocator construction P0591R4 - + 9.1 @@ -786,26 +781,24 @@ Feature-testing recommendations for C++. - Constexpr in std::pointer_traits P1006R1 - + 9.1 - std::assume_aligned P1007R3 - + 9.1