From: Jonathan Wakely Date: Thu, 20 Jun 2019 09:13:03 +0000 (+0100) Subject: Fix outdated reference to C++17 draft in the docs X-Git-Tag: misc/cutover-git~4683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f35dcd4059e37cfaa06c3266c48659e65d4c6d4;p=thirdparty%2Fgcc.git Fix outdated reference to C++17 draft in the docs * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to C++17 working draft. From-SVN: r272500 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 84d54789a139..db90efad5bf8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2019-06-20 Jonathan Wakely + * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to + C++17 working draft. + * testsuite/libstdc++-prettyprinters/simple.cc: Use non-palindromic vector for test. * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 9aba079c251c..d154d7253912 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).