From patchwork Fri Apr 26 10:51:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 89032 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EEF5F38708E8 for ; Fri, 26 Apr 2024 10:52:52 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org 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 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org 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: * 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. --- 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/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.