]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix outdated reference to C++17 draft in the docs
authorJonathan Wakely <jwakely@redhat.com>
Fri, 26 Jul 2019 13:36:29 +0000 (14:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 26 Jul 2019 13:36:29 +0000 (14:36 +0100)
Backport from mainline
2019-06-20  Jonathan Wakely  <jwakely@redhat.com>

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

From-SVN: r273830

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2017.xml

index de7b156d9f5b5057345bb1fe49acd7df0fd58c54..3211e188a057baf51559411323341df8f1862dc6 100644 (file)
@@ -1,3 +1,11 @@
+2019-07-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backport from mainline
+       2019-06-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/status_cxx2017.xml: Fix outdated reference to
+       C++17 working draft.
+
 2019-07-26  Jonathan Wakely  <jwakely@redhat.com>
 
        Backport from mainline
index 9f98da5b08dcc6209caff56f5aa020c70bae62e7..fefe9dad36df29dfd4bbe532f91b3a86d95b88b1 100644 (file)
@@ -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).