From a0b1bf2181019d813855fe3eb832a6c907b45d5c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 5 Aug 2016 14:57:30 +0100 Subject: [PATCH] Correct status of __cpp_lib_enable_shared_from_this * doc/xml/manual/status_cxx2017.xml: Correct shared_from_this status. * doc/html/manual/status.html: Regenerate. From-SVN: r239171 --- libstdc++-v3/ChangeLog | 3 +++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b5516d6745f..e6bf4c95d70 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-05 Jonathan Wakely + * doc/xml/manual/status_cxx2017.xml: Correct shared_from_this status. + * doc/html/manual/status.html: Regenerate. + * include/std/chrono (floor, ceil, round, abs): New for C++17. * testsuite/20_util/duration_cast/rounding.cc: New test. * testsuite/20_util/time_point_cast/rounding.cc: New test. diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index ada3d688ac9..c690cf3ac91 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -558,7 +558,7 @@ Feature-testing recommendations for C++. P0033R1 - 6.1 __cpp_lib_enable_shared_from_this >= 201603 A proposal to add invoke function template + 7 __cpp_lib_enable_shared_from_this >= 201603 A proposal to add invoke function template N4169 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 4d098d16baf..02aec2571f9 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -261,7 +261,7 @@ Feature-testing recommendations for C++. P0033R1 - 6.1 + 7 __cpp_lib_enable_shared_from_this >= 201603 -- 2.30.2