From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 43AEA3858D32; Sun, 12 Feb 2023 22:42:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43AEA3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676241774; bh=rr5ZqgxkHsnqIvxiP/UDCqmdNokQPM9R4k0o01/cHL0=; h=From:To:Subject:Date:From; b=q3+Hl1SXq2MSZrIC6FuZQkNpkCen2WxnbSLwcoSIE8zlU6iLKXhysqkXEBl5q9sp0 kCG3n7+UmPSvwDB9JrgwtvCrVtXis44Ww4swEedYv+O+tB+g/WIIOrhQHFgb2gLhc/ UBueMkjiFGiwmDLIiCMuB5PExMbzZEQ8ns6qY6R8= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5955] libstdc++: Tweak link to N1780 (C++ standard) X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 06ca0c9abb260266b688e2c2154c72214bb47076 X-Git-Newrev: 74e72964b45f197cfd23f24fecf4cd5b130bcbd9 Message-Id: <20230212224254.43AEA3858D32@sourceware.org> Date: Sun, 12 Feb 2023 22:42:54 +0000 (GMT) List-Id: https://gcc.gnu.org/g:74e72964b45f197cfd23f24fecf4cd5b130bcbd9 commit r13-5955-g74e72964b45f197cfd23f24fecf4cd5b130bcbd9 Author: Gerald Pfeifer Date: Sun Feb 12 23:35:40 2023 +0100 libstdc++: Tweak link to N1780 (C++ standard) libstdc++-v3/ChangeLog: * doc/xml/manual/containers.xml: Tweak a link to N1780 (C++ standard). * doc/html/manual/associative.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/associative.html | 2 +- libstdc++-v3/doc/xml/manual/containers.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/associative.html b/libstdc++-v3/doc/html/manual/associative.html index 88250da60d5..23916fb1631 100644 --- a/libstdc++-v3/doc/html/manual/associative.html +++ b/libstdc++-v3/doc/html/manual/associative.html @@ -12,7 +12,7 @@ item to insert. The standard says that t is inserted as close as possible to the position just prior to p. (Library DR #233 addresses this topic, - referring to N1780. + referring to N1780. Since version 4.2 GCC implements the resolution to DR 233, so that insertions happen as close as possible to the hint. For earlier releases the hint was only used as described below. diff --git a/libstdc++-v3/doc/xml/manual/containers.xml b/libstdc++-v3/doc/xml/manual/containers.xml index e5810fa5f31..6d9a3874924 100644 --- a/libstdc++-v3/doc/xml/manual/containers.xml +++ b/libstdc++-v3/doc/xml/manual/containers.xml @@ -94,7 +94,7 @@ item to insert. The standard says that t is inserted as close as possible to the position just prior to p. (Library DR #233 addresses this topic, - referring to N1780. + referring to N1780. Since version 4.2 GCC implements the resolution to DR 233, so that insertions happen as close as possible to the hint. For earlier releases the hint was only used as described below.