gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 397c5bf920 Implement N4258 noexcept for std::basic_string.
Backport from mainline
	2015-10-02  Jonathan Wakely  <jwakely@redhat.com>

	* testsuite/21_strings/basic_string/allocator/char/minimal.cc: Guard
	explicit instantiation with check for new ABI.
	* testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc:
	Likewise. Use wchar_t as char_type.

	Backport from mainline
	2015-09-11  Jonathan Wakely  <jwakely@redhat.com>

	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: r238241
2016-07-12 11:56:11 +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 Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_abi.cc Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_abi.h Update copyright years. 2015-01-05 13:33:28 +01:00
testsuite_abi_check.cc 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. 2016-07-12 11:56:11 +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 libstdc++/70762 fix fallback implementation of nonexistent_path 2016-05-26 18:33:17 +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 Update copyright years. 2015-01-05 13:33:28 +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