From: Jonathan Wakely Date: Fri, 26 Jul 2019 13:36:29 +0000 (+0100) Subject: Fix outdated reference to C++17 draft in the docs X-Git-Tag: releases/gcc-9.2.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7353cd424865b12102f6df95f931e41da1785366;p=thirdparty%2Fgcc.git Fix outdated reference to C++17 draft in the docs Backport from mainline 2019-06-20 Jonathan Wakely * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to C++17 working draft. From-SVN: r273830 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index de7b156d9f5b..3211e188a057 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2019-07-26 Jonathan Wakely + + Backport from mainline + 2019-06-20 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to + C++17 working draft. + 2019-07-26 Jonathan Wakely Backport from mainline diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 9f98da5b08dc..fefe9dad36df 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -25,8 +25,8 @@ not in any particular release. -The following table lists new library features that have been accepted into -the C++17 working draft. The "Proposal" column provides a link to the +The following table lists new library features that are included in +the C++17 standard. The "Proposal" column provides a link to the ISO C++ committee proposal that describes the feature, while the "Status" column indicates the first version of GCC that contains an implementation of this feature (if it has been implemented).