From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id A02FB3858C83; Thu, 14 Apr 2022 10:42:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A02FB3858C83 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-9881] libstdc++: Update incorrect statement about mainline in docs X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 36e93aab01202f99d7c49289ffa4321510962632 X-Git-Newrev: 537dca0ff589bed0c67ecf84b21c837590b7b792 Message-Id: <20220414104213.A02FB3858C83@sourceware.org> Date: Thu, 14 Apr 2022 10:42:13 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2022 10:42:13 -0000 https://gcc.gnu.org/g:537dca0ff589bed0c67ecf84b21c837590b7b792 commit r11-9881-g537dca0ff589bed0c67ecf84b21c837590b7b792 Author: Jonathan Wakely Date: Thu Apr 14 11:22:40 2022 +0100 libstdc++: Update incorrect statement about mainline in docs libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx1998.xml: Refer to GCC 11 not mainline. * doc/xml/manual/status_cxx2011.xml: Likewise. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. * doc/xml/manual/status_cxx2020.xml: Likewise. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. * doc/html/manual/status.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/status.html | 24 ++++++++++------------- libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 3 +-- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 +-- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 3 +-- libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml | 3 +-- 8 files changed, 20 insertions(+), 28 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 43c67b295c7..25c676d2892 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -5,8 +5,7 @@  Next

Chapter 1. Status

Implementation Status

C++ 1998/2003

Implementation Status

This status table is based on the table of contents of ISO/IEC 14882:2003.

-This section describes the C++ support in mainline GCC, not in any -particular release. +This section describes the C++ support in the GCC 11 release series.

Table 1.1. C++ 1998/2003 Implementation Status

SectionDescriptionStatusComments
18 @@ -160,8 +159,7 @@ since that release.

This status table is based on the table of contents of ISO/IEC 14882:2011.

-This section describes the C++11 support in mainline GCC, not in any -particular release. +This section describes the C++11 support in the GCC 11 release series.

Table 1.2. C++ 2011 Implementation Status

SectionDescriptionStatusComments
18 @@ -420,8 +418,8 @@ This status table is based on the table of contents of ISO/IEC 14882:2014. Some subclauses are not shown in the table where the content is unchanged since C++11 and the implementation is complete.

-This section describes the C++14 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++14 and library TS support in the GCC 11 +release series.

Table 1.3. C++ 2014 Implementation Status

SectionDescriptionStatusComments
18 @@ -565,8 +563,8 @@ GCC 9.1 was the first release with non-experimental C++17 support, so the API and ABI of features added in C++17 is only stable since that release.

-This section describes the C++17 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++17 and library TS support in the GCC 11 +release series.

The following table lists new library features that are included in the C++17 standard. The "Proposal" column provides a link to the @@ -1241,8 +1239,8 @@ options. The pre-defined symbol __cplusplus is used to check for the presence of the required flag.

-This section describes the C++20 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++20 and library TS support in the GCC 11 +release series.

The following table lists new library features that have been accepted into the C++20 working draft. The "Proposal" column provides a link to the @@ -1704,8 +1702,7 @@ In this implementation the header names are prefixed by tr1/, for instance <tr1/functional>, <tr1/memory>, and so on.

-This page describes the TR1 support in mainline GCC, not in any particular -release. +This page describes the TR1 support in the GCC 11 release series.

Table 1.10. C++ TR1 Implementation Status

SectionDescriptionStatusComments
2General Utilities
2.1Reference wrappers  
2.1.1Additions to header <functional> synopsisY 
2.1.2Class template reference_wrapper  
2.1.2.1reference_wrapper construct/copy/destroyY 
2.1.2.2reference_wrapper assignmentY 
2.1.2.3reference_wrapper accessY 
2.1.2.4reference_wrapper invocationY 
2.1.2.5reference_wrapper helper functionsY 
2.2Smart pointers  
2.2.1Additions to header <memory> synopsisY 
2.2.2Class bad_weak_ptrY 
2.2.3Class template shared_ptr 

Uses code from @@ -1725,8 +1722,7 @@ ISO/IEC TR 24733 Date: 2009-08-28 Extension for the programming language C++ to support decimal floating-point arithmetic

-This page describes the TR 24733 support in mainline GCC, not in any -particular release. +This page describes the TR 24733 support in the GCC 11 release series.

Table 1.11. C++ TR 24733 Implementation Status

SectionDescriptionStatusComments
0 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml index 792272bcf26..f1be6667cd7 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -18,8 +18,7 @@ This status table is based on the table of contents of ISO/IEC 14882:2003. -This section describes the C++ support in mainline GCC, not in any -particular release. +This section describes the C++ support in the GCC 11 release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 88844f8f0cc..e06f2479763 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -34,8 +34,7 @@ This status table is based on the table of contents of ISO/IEC 14882:2011. -This section describes the C++11 support in mainline GCC, not in any -particular release. +This section describes the C++11 support in the GCC 11 release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 5dc287707d8..deb15c7f0d5 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -29,8 +29,8 @@ since C++11 and the implementation is complete. -This section describes the C++14 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++14 and library TS support in the GCC 11 +release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 11372bb28b3..52bbce0a2be 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -23,8 +23,8 @@ since that release. -This section describes the C++17 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++17 and library TS support in the GCC 11 +release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 9e9777ea85f..411a337c534 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -20,8 +20,8 @@ presence of the required flag. -This section describes the C++20 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++20 and library TS support in the GCC 11 +release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml index 021cb6394a7..6533857ba12 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml @@ -22,8 +22,7 @@ In this implementation the header names are prefixed by -This page describes the TR1 support in mainline GCC, not in any particular -release. +This page describes the TR1 support in the GCC 11 release series. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml index 139b94442e8..4b6d64c7c6a 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml @@ -16,8 +16,7 @@ decimal floating-point arithmetic -This page describes the TR 24733 support in mainline GCC, not in any -particular release. +This page describes the TR 24733 support in the GCC 11 release series.