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
This commit is contained in:
Jonathan Wakely 2019-06-20 10:13:03 +01:00 committed by Jonathan Wakely
parent 94872d7f99
commit 9f35dcd405
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2019-06-20 Jonathan Wakely <jwakely@redhat.com> 2019-06-20 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2017.xml: Fix outdated reference to
C++17 working draft.
* testsuite/libstdc++-prettyprinters/simple.cc: Use non-palindromic * testsuite/libstdc++-prettyprinters/simple.cc: Use non-palindromic
vector<bool> for test. vector<bool> for test.
* testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise.

View File

@ -25,8 +25,8 @@ not in any particular release.
</para> </para>
<para> <para>
The following table lists new library features that have been accepted into The following table lists new library features that are included in
the C++17 working draft. The "Proposal" column provides a link to the the C++17 standard. The "Proposal" column provides a link to the
ISO C++ committee proposal that describes the feature, while the "Status" ISO C++ committee proposal that describes the feature, while the "Status"
column indicates the first version of GCC that contains an implementation of column indicates the first version of GCC that contains an implementation of
this feature (if it has been implemented). this feature (if it has been implemented).