]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Do not include <cxxabi.h> in <stacktrace>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 6 May 2022 12:23:45 +0000 (13:23 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 6 May 2022 13:43:39 +0000 (14:43 +0100)
commite112e37f2920bcc9185e53b754d9145aac912c72
tree7354cd60a64cb9c78691b29f88111db3b1bcc7d9
parent488d268728bf701ac76a1392eaed202c80be3843
libstdc++: Do not include <cxxabi.h> in <stacktrace>

This avoids polluting the global namespace with the "abi" namespace
alias.

libstdc++-v3/ChangeLog:

* include/std/stacktrace: Do not include <cxxabi.h>.
(__cxa_demangle): Declare.
libstdc++-v3/include/std/stacktrace