aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html
diff options
context:
space:
mode:
authorJonny Grant <jg@jguk.org>2023-06-10 23:03:40 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-06-14 15:01:06 +0100
commit29aef9ff236022ebf566738f9bd08bb5e28fe6ca (patch)
tree42649239160883a8d7a4ac17787e1bfe60bdf59b /libstdc++-v3/doc/html
parentf2ef1dabbc18eb6efc0eb47bbb0eebbc6d72e09e (diff)
downloadgcc-29aef9ff236022ebf566738f9bd08bb5e28fe6ca.zip
gcc-29aef9ff236022ebf566738f9bd08bb5e28fe6ca.tar.gz
gcc-29aef9ff236022ebf566738f9bd08bb5e28fe6ca.tar.bz2
libstdc++: Clarify manual demangle doc
libstdc++-v3/ChangeLog: * doc/xml/manual/extensions.xml: Remove demangle exception description and include. * doc/html/manual/ext_demangling.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/doc/html')
-rw-r--r--libstdc++-v3/doc/html/manual/ext_demangling.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/doc/html/manual/ext_demangling.html b/libstdc++-v3/doc/html/manual/ext_demangling.html
index 1e7cdda8..b5fb87b 100644
--- a/libstdc++-v3/doc/html/manual/ext_demangling.html
+++ b/libstdc++-v3/doc/html/manual/ext_demangling.html
@@ -20,11 +20,9 @@
whole point of abstract interfaces. If we change the implementation,
you won't notice.)
</p><p>
- Probably the only times you'll be interested in demangling at runtime
- are when you're seeing <code class="code">typeid</code> strings in RTTI, or when
- you're handling the runtime-support exception classes. For example:
+ Probably the only time you'll be interested in demangling at runtime
+ is when you're seeing <code class="code">typeid</code> strings in RTTI. For example:
</p><pre class="programlisting">
-#include &lt;exception&gt;
#include &lt;iostream&gt;
#include &lt;cstdlib&gt;
#include &lt;cxxabi.h&gt;