gcc/libstdc++-v3/testsuite/20_util/shared_ptr/cons
Jonathan Wakely 78aff33680 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
2013-01-07 00:50:16 +00:00
..
39405.cc
43820_neg.cc functional (_Require): Move to ... 2012-12-20 21:02:33 +00:00
46910.cc re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class with friend deleter) 2010-12-14 22:13:26 +00:00
52924.cc re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C++0x mode does not compile) 2012-04-11 23:54:53 +01:00
55123.cc 55123.cc: Remove duplicate include. 2012-11-06 22:53:16 +00:00
alias.cc
alloc_min.cc shared_ptr_base.h (_Sp_counted_ptr): Make 'final'. 2011-11-08 16:45:54 +00:00
alloc.cc
auto_ptr_neg.cc Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
auto_ptr.cc
constexpr.cc re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev) 2010-12-19 16:20:25 +00:00
copy.cc
default.cc
move.cc
noexcept_move_construct.cc valarray (~valarray): Use noexcept. 2011-06-14 17:48:29 +00:00
nullptr.cc [multiple changes] 2010-06-05 18:43:29 +01:00
pointer.cc pointer.cc: Fix which tests are run. 2010-06-02 20:02:41 +01:00
unique_ptr_array.cc functional (_Require): Move to ... 2012-12-20 21:02:33 +00:00
unique_ptr_deleter_ref_1.cc
unique_ptr_deleter_ref_2.cc
unique_ptr_deleter.cc
unique_ptr_neg.cc Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
unique_ptr.cc functional (_Require): Move to ... 2012-12-20 21:02:33 +00:00
weak_ptr_expired.cc re PR libstdc++/55847 (mistake bad_weak_ptr::what() message) 2013-01-07 00:50:16 +00:00
weak_ptr.cc