aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2013-01-07 00:50:16 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2013-01-07 00:50:16 +0000
commit78aff3368069ecca868e9fa9d5f7b724c4c4c2c9 (patch)
treeecf9ebe03a77251e2a455aa79bb45c39aac2be8c /libstdc++-v3/config
parent26ba9c91ba8dbc78b46b63559b208ed4a31e9457 (diff)
downloadgcc-78aff3368069ecca868e9fa9d5f7b724c4c4c2c9.zip
gcc-78aff3368069ecca868e9fa9d5f7b724c4c4c2c9.tar.gz
gcc-78aff3368069ecca868e9fa9d5f7b724c4c4c2c9.tar.bz2
re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)
PR libstdc++/55847 * src/c++11/shared_ptr.cc (bad_weak_ptr::what()): Correct string. * testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc: Verify string. PR libstdc++/55728 * include/std/functional (bad_function_call::what()): Declare. * src/c++11/functional.cc (bad_function_call::what()): Define. * config/abi/pre/gnu.ver (bad_function_call::what()): Export. * testsuite/20_util/bad_function_call/what.cc: New. From-SVN: r194958
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 8b1ec0d..35b4c44 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1342,6 +1342,9 @@ GLIBCXX_3.4.18 {
# std::this_thread::__sleep_for
_ZNSt11this_thread11__sleep_for*;
+ # std::bad_function_call::what()
+ _ZNKSt17bad_function_call4whatEv;
+
} GLIBCXX_3.4.17;
# Symbols in the support library (libsupc++) have their own tag.