From: Jonathan Wakely Date: Fri, 5 Aug 2016 13:57:30 +0000 (+0100) Subject: Correct status of __cpp_lib_enable_shared_from_this X-Git-Tag: basepoints/gcc-8~5235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0b1bf2181019d813855fe3eb832a6c907b45d5c;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b5516d6745fa..e6bf4c95d70f 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 ada3d688ac93..c690cf3ac910 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 4d098d16baf2..02aec2571f9e 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