From: Jonny Grant Date: Sat, 10 Jun 2023 22:03:40 +0000 (+0100) Subject: libstdc++: Clarify manual demangle doc X-Git-Tag: basepoints/gcc-15~8330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29aef9ff236022ebf566738f9bd08bb5e28fe6ca;p=thirdparty%2Fgcc.git 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. --- diff --git a/libstdc++-v3/doc/html/manual/ext_demangling.html b/libstdc++-v3/doc/html/manual/ext_demangling.html index 1e7cdda83266..b5fb87b91c5d 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.)

- Probably the only times you'll be interested in demangling at runtime - are when you're seeing typeid 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 typeid strings in RTTI. For example:

-#include <exception>
 #include <iostream>
 #include <cstdlib>
 #include <cxxabi.h>
diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml
index daa98f5cba74..d4fe2f509d4c 100644
--- a/libstdc++-v3/doc/xml/manual/extensions.xml
+++ b/libstdc++-v3/doc/xml/manual/extensions.xml
@@ -514,12 +514,10 @@ get_temporary_buffer(5, (int*)0);
     you won't notice.)
   
   
-    Probably the only times you'll be interested in demangling at runtime
-    are when you're seeing typeid 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 typeid strings in RTTI.  For example:
   
    
-#include <exception>
 #include <iostream>
 #include <cstdlib>
 #include <cxxabi.h>