gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 5caff414f1 Implement N4258 noexcept for std::basic_string.
PR libstdc++/58265
	* doc/xml/manual/intro.xml: Document LWG 2063 and 2064 resolutions.
	* doc/html/manual/bugs.html: Regenerate.
	* include/bits/basic_string.h (basic_string): Implement N4258. Add
	correct exception-specifications and propagate allocators correctly.
	* include/bits/basic_string.tcc (basic_string::swap): Propagate
	allocators correctly.
	* include/debug/string (__gnu_debug::basic_string): Add correct
	exceptions-specifications and allcoator-extended constructors.
	* testsuite/21_strings/basic_string/allocator/char/copy.cc: New.
	* testsuite/21_strings/basic_string/allocator/char/copy_assign.cc:
	New.
	* testsuite/21_strings/basic_string/allocator/char/minimal.cc: New.
	* testsuite/21_strings/basic_string/allocator/char/move.cc: New.
	* testsuite/21_strings/basic_string/allocator/char/move_assign.cc:
	New.
	* testsuite/21_strings/basic_string/allocator/char/noexcept.cc: New.
	* testsuite/21_strings/basic_string/allocator/char/swap.cc: New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc:
	New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc: New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc:
	New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc: New.
	* testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: New.
	* testsuite/util/testsuite_allocator.h (tracker_allocator): Define
	defaulted assignment operators.

From-SVN: r227681
2015-09-11 12:02:14 +01:00
..
common_type Update copyright years. 2015-01-05 13:33:28 +01:00
debug Update copyright years. 2015-01-05 13:33:28 +01:00
exception Update copyright years. 2015-01-05 13:33:28 +01:00
hash_fn Update copyright years. 2015-01-05 13:33:28 +01:00
io Update copyright years. 2015-01-05 13:33:28 +01:00
native_type Update copyright years. 2015-01-05 13:33:28 +01:00
performance Update copyright years. 2015-01-05 13:33:28 +01:00
regression Update copyright years. 2015-01-05 13:33:28 +01:00
statistic Update copyright years. 2015-01-05 13:33:28 +01:00
thread Update copyright years. 2015-01-05 13:33:28 +01:00
replacement_memory_operators.h c.opt (Wterminate): New. 2015-05-05 22:25:01 -04:00
testsuite_abi_check.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_abi.cc Add support for std::uncaught_exceptions. 2015-04-27 21:40:29 +01:00
testsuite_abi.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_allocator.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_allocator.h Implement N4258 noexcept for std::basic_string. 2015-09-11 12:02:14 +01:00
testsuite_api.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_character.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_character.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_common_types.h re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible) 2015-01-08 16:24:55 +00:00
testsuite_container_traits.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_containergen.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_containers.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_counter_type.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_error.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_fs.h locale_conv.h: Fix copyright years. 2015-05-26 10:52:25 +01:00
testsuite_greedy_ops.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_hooks.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_hooks.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_io.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_iterators.h re PR libstdc++/64657 (Support iterators with overloaded operator-comma) 2015-04-29 16:22:13 +01:00
testsuite_new_operators.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_performance.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_random.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_regex.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_rng.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_rvalref.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_shared.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_tr1.h Update copyright years. 2015-01-05 13:33:28 +01:00