]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix outdated docs about demangling exception messages
authorJonathan Wakely <jwakely@redhat.com>
Tue, 4 Apr 2023 11:04:14 +0000 (12:04 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 27 Apr 2023 20:36:19 +0000 (21:36 +0100)
commitc73f20e67ee8d268bf0dfd6732c1bd3e79e098ca
tree85c07c1d5266cadf4cb3b4dd0c6c63ceee6b99c1
parent33623bbafe06c5e39fd343d51b0e7ee0b0df47b0
libstdc++: Fix outdated docs about demangling exception messages

The string returned by std::bad_exception::what() hasn't been a mangled
name since PR libstdc++/14493 was fixed for GCC 4.2.0, so remove the
docs showing how to demangle it.

libstdc++-v3/ChangeLog:

* doc/xml/manual/extensions.xml: Remove std::bad_exception from
example program.
* doc/html/manual/ext_demangling.html: Regenerate.

(cherry picked from commit 688d126b69215db29774c249b052e52d765782b3)
libstdc++-v3/doc/html/manual/ext_demangling.html
libstdc++-v3/doc/xml/manual/extensions.xml
This page took 0.068749 seconds and 6 git commands to generate.