]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Tweak link to N1780 (C++ standard)
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 12 Feb 2023 22:35:40 +0000 (23:35 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Sun, 12 Feb 2023 22:35:40 +0000 (23:35 +0100)
libstdc++-v3/ChangeLog:

* doc/xml/manual/containers.xml: Tweak a link to N1780
(C++ standard).
* doc/html/manual/associative.html: Regenerate.

libstdc++-v3/doc/html/manual/associative.html
libstdc++-v3/doc/xml/manual/containers.xml

index 88250da60d5625461b76f5eb95b2d021788bc6fc..23916fb1631ccbfa995de1e0035c9fa708abfcf9 100644 (file)
@@ -12,7 +12,7 @@
      item to insert.  The standard says that <span class="quote">“<span class="quote"><code class="code">t</code> is
      inserted as close as possible to the position just prior to
      <code class="code">p</code>.</span>”</span> (Library DR #233 addresses this topic,
-     referring to <a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html" target="_top">N1780</a>.
+     referring to <a class="link" href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html" target="_top">N1780</a>.
      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.
index e5810fa5f314c43acc65da158da706e871835210..6d9a387492402fb06c01c1d9543cd27bde03cd36 100644 (file)
@@ -94,7 +94,7 @@
      item to insert.  The standard says that <quote><code>t</code> is
      inserted as close as possible to the position just prior to
      <code>p</code>.</quote> (Library DR #233 addresses this topic,
-     referring to <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html">N1780</link>.
+     referring to <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html">N1780</link>.
      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.