[gcc/devel/omp/gcc-9] Fix outdated reference to C++17 draft in the docs

Tobias Burnus burnus@gcc.gnu.org
Thu Mar 5 14:11:00 GMT 2020


https://gcc.gnu.org/g:7353cd424865b12102f6df95f931e41da1785366

commit 7353cd424865b12102f6df95f931e41da1785366
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jul 26 14:36:29 2019 +0100

    Fix outdated reference to C++17 draft in the docs
    
    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

Diff:
---
 libstdc++-v3/ChangeLog                         | 8 ++++++++
 libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index de7b156..3211e18 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,6 +1,14 @@
 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
 	2019-06-25  Jonathan Wakely  <jwakely@redhat.com>
 
 	* include/std/numeric (midpoint(T, T)): Avoid std::abs in constexpr
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 9f98da5..fefe9da 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 Libstdc++-cvs mailing list