From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id C2855384AB73; Fri, 26 Apr 2024 10:51:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2855384AB73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714128668; bh=MCNy4NqLhVF6fHkE6cXT22xGjYgSb5Rc5Zh+jpv6iWs=; h=From:To:Subject:Date:From; b=XORZk8rCpQhLfimzo0lLSOujfR0S1tZcdc5dfReF0eXjJw+ukJ0mWFHYu0zUCgGXk Zgbc68cAIbPqTz2xPMOM7Gxn9pQDC84/hHTiLify+ZwjKTTIyAIAr4G+g1NLelbqQP YAsEr9FFWLWGD6zj+S9RYsVeDSups8VO4hpmieRg= 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 r15-3] libstdc++: Adjust whitespace in status tables in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 8a9a4648ec1040e34b88fb3e2c60784daa78ef85 X-Git-Newrev: 772250a36c53a7b29a53e090d911b502afdfd1fe Message-Id: <20240426105108.C2855384AB73@sourceware.org> Date: Fri, 26 Apr 2024 10:51:08 +0000 (GMT) List-Id: https://gcc.gnu.org/g:772250a36c53a7b29a53e090d911b502afdfd1fe commit r15-3-g772250a36c53a7b29a53e090d911b502afdfd1fe Author: Jonathan Wakely Date: Fri Apr 26 11:48:48 2024 +0100 libstdc++: Adjust whitespace in status tables in manual This simplifies the changes needed after branching for a new release, so that new line breaks don't need to be introduced every time we branch. libstdc++-v3/ChangeLog: * doc/html/manual/status.html: Regenerate. * doc/xml/manual/status_cxx1998.xml: Adjust whitespace. * 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_cxx2023.xml: Likewise. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. Diff: --- libstdc++-v3/doc/html/manual/status.html | 32 +++++++++++------------ libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 4 +-- 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_cxx2023.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml | 4 +-- 9 files changed, 32 insertions(+), 32 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 2e293d32f81..3d55e265272 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -5,8 +5,8 @@  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 +mainline GCC, not in any particular release.

Table 1.1. C++ 1998/2003 Implementation Status

SectionDescriptionStatusComments
18 @@ -160,8 +160,8 @@ 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 +mainline GCC, not in any particular release.

Table 1.2. C++ 2011 Implementation Status

SectionDescriptionStatusComments
18 @@ -433,8 +433,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 +mainline GCC, not in any particular release.

Table 1.3. C++ 2014 Implementation Status

SectionDescriptionStatusComments
18 @@ -578,8 +578,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 +mainline GCC, not in any particular release.

The following table lists new library features that are included in the C++17 standard. The "Proposal" column provides a link to the @@ -1254,8 +1254,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 +mainline GCC, not in any particular release.

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

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

The following table lists new library features that have been accepted into the C++23 working draft. The "Proposal" column provides a link to the @@ -2212,8 +2212,8 @@ 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 +mainline GCC, not in any particular release.

Table 1.11. 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 @@ -2233,8 +2233,8 @@ ISO/IEC TR 24733:2011, "Extensions 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 +mainline GCC, not in any particular release.

Table 1.12. 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..6b84e7c36e2 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -18,8 +18,8 @@ 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 7f589ad7f7a..17108e33af3 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -34,8 +34,8 @@ 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 518a8973f72..9bed79bb9b2 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 144b9909fac..48a0317950c 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index d6359d50f42..0e3e4c3de7f 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml index 9b870d1dbdf..3c33a3596f6 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml @@ -20,8 +20,8 @@ presence of the required flag. -This section describes the C++23 and library TS support in mainline GCC, -not in any particular release. +This section describes the C++23 and library TS support in +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml index addfd1f2d86..9d22c55c57c 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml @@ -22,8 +22,8 @@ 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 +mainline GCC, not in any particular release. diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml index f64dc983c6e..073d291b52d 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml @@ -17,8 +17,8 @@ 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 +mainline GCC, not in any particular release.