aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2025-08-31 12:13:45 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2025-08-31 12:13:45 +0200
commit6094b4de7bda734f87c7ad4f542c72d44ec47cb2 (patch)
treeb7ce7604ac4e800cec8e99c458e54160ea8c7772
parentfb80a5f4c33188a87e852c1725e57a65b4645615 (diff)
downloadgcc-6094b4de7bda734f87c7ad4f542c72d44ec47cb2.zip
gcc-6094b4de7bda734f87c7ad4f542c72d44ec47cb2.tar.gz
gcc-6094b4de7bda734f87c7ad4f542c72d44ec47cb2.tar.bz2
libstdc++: Update link to Boost "Exception-Safety"
libstdc++-v3: * doc/xml/manual/using_exceptions.xml: Update link to Boost's "Exception-Safety" * doc/html/manual/using_exceptions.html: Rebuild.
-rw-r--r--libstdc++-v3/doc/html/manual/using_exceptions.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/using_exceptions.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/using_exceptions.html b/libstdc++-v3/doc/html/manual/using_exceptions.html
index eb4501b..2da86be 100644
--- a/libstdc++-v3/doc/html/manual/using_exceptions.html
+++ b/libstdc++-v3/doc/html/manual/using_exceptions.html
@@ -336,7 +336,7 @@ is called.
</em>. </span><span class="author"><span class="firstname">David</span> <span class="surname">Abrahams </span>. </span><span class="publisher"><span class="publishername">
Boost
. </span></span></p></div><div class="biblioentry"><a id="id-1.3.3.4.9.10.4"></a><p><span class="title"><em>
- <a class="link" href="https://www.boost.org/community/exception_safety.html" target="_top">
+ <a class="link" href="https://www.boost.org/doc/user-guide/exception-safety.html" target="_top">
Exception-Safety in Generic Components
</a>
</em>. </span><span class="author"><span class="firstname">David</span> <span class="surname">Abrahams</span>. </span><span class="publisher"><span class="publishername">
diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
index ac2ba9d..3b42802 100644
--- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml
+++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
@@ -545,7 +545,7 @@ is called.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="https://www.boost.org/community/exception_safety.html">
+ xlink:href="https://www.boost.org/doc/user-guide/exception-safety.html">
Exception-Safety in Generic Components
</link>
</title>