From: Gerald Pfeifer Date: Sun, 12 Feb 2023 22:35:40 +0000 (+0100) Subject: libstdc++: Tweak link to N1780 (C++ standard) X-Git-Tag: basepoints/gcc-14~1252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e72964b45f197cfd23f24fecf4cd5b130bcbd9;p=thirdparty%2Fgcc.git 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 --git a/libstdc++-v3/doc/html/manual/associative.html b/libstdc++-v3/doc/html/manual/associative.html index 88250da60d56..23916fb1631c 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 e5810fa5f314..6d9a38749240 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.