gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely cb0de9b60c P0325R4 to_array from LFTS with updates
As an extension to what the standard requires, this also adds
conditional noexcept-specifiers to the std::to_array functions.

	P0325R4 to_array from LFTS with updates
	* include/experimental/array (to_array): Qualify call to __to_array.
	* include/std/array (__cpp_lib_to_array, to_array): Define for C++20.
	* include/std/version (__cpp_lib_to_array): Likewise.
	* testsuite/23_containers/array/creation/1.cc: New test.
	* testsuite/23_containers/array/creation/2.cc: New test.
	* testsuite/23_containers/array/creation/3_neg.cc: New test.
	* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
	Use zero for dg-error line number.

From-SVN: r274209
2019-08-08 11:18:53 +01:00
..
array P0325R4 to_array from LFTS with updates 2019-08-08 11:18:53 +01:00
bitset
deque Fix tests that fail without PCH 2019-06-17 09:18:17 +01:00
forward_list Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
headers
list Fix more failing tests for C++98 mode 2019-06-06 16:34:51 +01:00
map Avoid unnecessary inclusion of <stdexcept> header 2019-06-06 16:34:56 +01:00
multimap Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
multiset Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
priority_queue
queue
set Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
stack
unordered_map Avoid unnecessary inclusion of <stdexcept> header 2019-06-06 16:34:56 +01:00
unordered_multimap Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
unordered_multiset Fix tests that fail in C++2a mode 2019-06-06 14:36:27 +01:00
unordered_set Fix more tests that fail in C++2a mode 2019-06-06 16:34:45 +01:00
vector Fix tests that fail without PCH 2019-06-17 09:18:17 +01:00