From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 7023E38708F2 for ; Fri, 26 Apr 2024 10:52:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7023E38708F2 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7023E38708F2 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714128737; cv=none; b=V8uWQ9owzs5w1MWgDPZnzSiuAnmWbeLssXh3HyzDECfuN8FSJ7QVqGEwyDnbZVcwsjQGzZIjCvSZzksIWqRwH9iHliN80swQARTuFD+aj+oStCkv6mM4ut86Yzn6TcE/ogF+lSpbw9MYhZ7YY3yQpxxzfGSl01oKCw2OdhokVyc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714128737; c=relaxed/simple; bh=lOn80LlfMsFDqb4N8T97SUFeefMe/tFxg0AKu3EaBms=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=TbPhV7R5Rzm3xE9M65bPGY73jU4KTf/u8vwBFVDIbcsl+5Bh+aISFUV3NOarfOni6Fo1r9djVW83KBvUlGJl3ZVQT0qokuVgEzeeIa/zV5yGB80oITD89fbk05kdwtEgnlFaHmg5YwLUDGISVNSAiVXcIVIhOsxXPG2lrztuaTM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714128734; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ycZGUOQwulPAehkVdlKHxkTZdPHvNUBZsul/hnjzU0s=; b=IXIbAeccfY1frFzUc4IfDsmHGJlRJtouS7HezANUR1CsN7qZfmb5rxQtBa2y/nsRvI14yT 1VfCWq5KfZtDr6QyOMGuB8DEGRr993Cjv/zyhen6jH0XQobgDxgk/BpekC/a6gO1Qr5TXi X/5b3rn+8u+AdG66J6RSNcqCvnZ/hR0= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-444-oNC7GARLO_qPQh-ozEbHyA-1; Fri, 26 Apr 2024 06:52:12 -0400 X-MC-Unique: oNC7GARLO_qPQh-ozEbHyA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6BCBD3810D44; Fri, 26 Apr 2024 10:52:12 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 24353477F83; Fri, 26 Apr 2024 10:52:12 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Adjust whitespace in status tables in manual Date: Fri, 26 Apr 2024 11:51:09 +0100 Message-ID: <20240426105211.2605709-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed to trunk. I'll also be following this with the non-whitespace equivalents for the gcc-14 and gcc-13 branches. -- >8 -- 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: =09* doc/html/manual/status.html: Regenerate. =09* doc/xml/manual/status_cxx1998.xml: Adjust whitespace. =09* doc/xml/manual/status_cxx2011.xml: Likewise. =09* doc/xml/manual/status_cxx2014.xml: Likewise. =09* doc/xml/manual/status_cxx2017.xml: Likewise. =09* doc/xml/manual/status_cxx2020.xml: Likewise. =09* doc/xml/manual/status_cxx2023.xml: Likewise. =09* doc/xml/manual/status_cxxtr1.xml: Likewise. =09* doc/xml/manual/status_cxxtr24733.xml: Likewise. --- libstdc++-v3/doc/html/manual/status.html | 32 +++++++++---------- .../doc/xml/manual/status_cxx1998.xml | 4 +-- .../doc/xml/manual/status_cxx2011.xml | 4 +-- .../doc/xml/manual/status_cxx2014.xml | 4 +-- .../doc/xml/manual/status_cxx2017.xml | 4 +-- .../doc/xml/manual/status_cxx2020.xml | 4 +-- .../doc/xml/manual/status_cxx2023.xml | 4 +-- libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 4 +-- .../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/ht= ml/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 @@ =C2=A0Next

Chapter=C2=A01.=C2=A0Status

= 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=C2=A01.1.=C2=A0C++ 1998/2003 Implementation Status

SectionDescriptionStatusComments
=0918 @@ -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=C2=A01.2.=C2=A0C++ 2011 Implementation Status

=
<= col align=3D"left" class=3D"c4" />
= SectionDescriptionStatusComments
=0918 @@ -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=C2=A01.3.=C2=A0C++ 2014 Implementation Status

=
<= col align=3D"left" class=3D"c4" />
= SectionDescriptionStatusComments
=0918 @@ -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 int= o 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 <tr= 1/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=C2=A01.11.=C2=A0C++ TR1 Implementation Status

<= th align=3D"left">Comments=
Sec= tionDescriptionStatus
<= span class=3D"emphasis">2General Utilities
2.1Reference wrappers=C2=A0=C2=A0
2.1.1Additions to header <functional> synopsisY=C2=A0
2.1.2Class template reference_wrapper=C2=A0=C2=A0
2.1.2.1reference_wra= pper construct/copy/destroyY=C2=A0
2.1.2.2reference_wrapper assignmentY=C2=A0
2= .1.2.3reference_wrapper= accessY=C2=A0
2.1.2.4ref= erence_wrapper invocationY=C2=A0
2.1.2.5reference_wrapper helper functionsY=C2=A0
2.2Smart pointers=C2=A0=C2=A0
2.2.1Additions to header <memory> synopsisY=C2=A0
2.2.2Class bad_weak_ptrY=C2= =A0
2.2.3Class temp= late shared_ptr=C2=A0 =09

=09 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=C2=A01.12.=C2=A0C++ TR 24733 Implementation Status

SectionDescriptionStatusComments
=090 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 IS= O/IEC 14882:2003. =20 -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. =20 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 IS= O/IEC 14882:2011. =20 -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. =20 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. =20 -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. =20 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. =20 -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. =20 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. =20 -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. =20 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. =20 -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. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/d= oc/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 =20 -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. =20 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". =20 -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. =20 --=20 2.44.0