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 604123870912 for ; Tue, 25 Jun 2024 22:24:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 604123870912 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 604123870912 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=1719354297; cv=none; b=L6XKjuDbWWpvyfgd/VPjo8H4NwuyqiCFhnxh9OnBhwTHKjmLlW0xikWsNklteuiICORKJ+5AtZdBcZXpS3WMJnasY1mlbtdp8pEj5dzzr1nBX6VnKiJngG43t1TcI7FbG9JT1ejLuaOyyWh20KmzDLnsty3kYEsde2GkI8QYfr4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719354297; c=relaxed/simple; bh=rDfT1TnggDSYGJUt8M1sFGDyOT042C9lAHlY1zzjP44=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=X2YUt5MeFZX2xFMOP0IIfMF5NvSbFdwR3uAR1RzCqSjtChWKEdeBwltp3C5PdB2MOf4cbYPPi7/WBzC3u6E4Cl8fAWLdJwdpQRp4sHUFs9nYvqsOJBwCQ9nn0pSQroMaihv/isG+lpxG9mJPGtdM4EaZNijikeen/Vq+Ldsc358= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1719354295; 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=dSgv/GFxDr7e7r7dvpHpx/9GrPuJpNHIRs6ablMHCj4=; b=EZRaTFSfIotBvdvRFNP0yqxzveDC8SKsHL1CQJ1YK5h/unwO5CsELd14/IT6n9wWtjHSB4 KR06q3RoSddpnr/b+IvZO3CV2hIWYfa0pTYpKeOcJHsXNNeMUJITalyMHNVBl/IZCKySrX zdEFdiHxTIfD1T0gGMOMJfURkFxZ1Tc= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-100-_6ouMKaqML6a-jqilMu6Qw-1; Tue, 25 Jun 2024 18:24:53 -0400 X-MC-Unique: _6ouMKaqML6a-jqilMu6Qw-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (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 mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 2A59A19560AF; Tue, 25 Jun 2024 22:24:51 +0000 (UTC) Received: from localhost (unknown [10.42.28.182]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 6473A1955F2D; Tue, 25 Jun 2024 22:24:48 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed][gcc-11] libstdc++: Replace reference to mainline in release branch docs Date: Tue, 25 Jun 2024 23:24:38 +0100 Message-ID: <20240625222447.2627020-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.8 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,RCVD_IN_SBL_CSS,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: libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2023.xml: Change reference from mainline GCC to the release branch. * doc/html/manual/status.html: Regenerate. --- libstdc++-v3/doc/html/manual/status.html | 3 +-- libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 3805e9e24f0..838cba72f47 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1702,8 +1702,7 @@ 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 the GCC 11 release series.

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 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml index 75f31f55aa9..381f989d482 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml @@ -20,8 +20,7 @@ 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 the GCC 11 release series. -- 2.45.2