[PATCH] Fix outdated reference to C++17 draft in the docs

Jonathan Wakely jwakely@redhat.com
Thu Jun 20 09:13:00 GMT 2019


	* doc/xml/manual/status_cxx2017.xml: Fix outdated reference to
	C++17 working draft.

Committed to trunk.

-------------- next part --------------
commit 31b4df091273169a8ebe042c229526012509809c
Author: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jun 20 09:13:03 2019 +0000

    Fix outdated reference to C++17 draft in the docs
    
            * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to
            C++17 working draft.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272500 138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 9aba079c251..d154d725391 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.
 </para>
 
 <para>
-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).


More information about the Gcc-patches mailing list