gcc/libstdc++-v3/testsuite
Ville Voutilainen ccbbf8df05 Implement LWG 2485
* include/debug/array (get(const array<_Tp, _Nm>&&)): New.
* include/std/array (get(const array<_Tp, _Nm>&&)): Likewise.
* include/std/tuple (get(const tuple<_Elements...>&&)): Likewise.
(get(const tuple<_Types...>&&)): Likewise.
* include/std/utility
(__pair_get::__const_move_get(const std::pair<_Tp1, _Tp2>&&)):
Likewise.
(get(const std::pair<_Tp1, _Tp2>&&)): Likewise.
(get(const pair<_Tp, _Up>&&)): Likewise.
(get(const pair<_Up, _Tp>&&)): Likewise.
* testsuite/20_util/pair/astuple/get.cc: Add tests for
new overloads.
* testsuite/20_util/pair/astuple/get_by_type.cc: Likewise.
* testsuite/20_util/tuple/element_access/get2.cc: Likewise.
* testsuite/20_util/tuple/element_access/get2_by_type.cc: Likewise.
* testsuite/23_containers/array/tuple_interface/get.cc: Likewise.
* testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc:
Adjust.
* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
Likewise.

From-SVN: r254222
2017-10-30 16:31:04 +02:00
..
17_intro re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors)) 2017-08-20 18:52:59 +00:00
18_support libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
19_diagnostics
20_util Implement LWG 2485 2017-10-30 16:31:04 +02:00
21_strings libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
22_locale libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
23_containers Implement LWG 2485 2017-10-30 16:31:04 +02:00
24_iterators libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
25_algorithms Protect more algorithms from overloaded comma operators 2017-10-27 00:50:40 +01:00
26_numerics libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
27_io Make filesystem::file_status default constructor non-explicit (LWG 2787) 2017-10-27 18:49:21 +01:00
28_regex PR libstdc++/71500 restore C++11 compatibility in <regex> 2017-09-19 18:06:12 +01:00
29_atomics
30_threads invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
abi Include missing header for std::free 2017-07-10 19:43:02 +01:00
backward
config
data
decimal Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test 2017-10-19 14:56:55 +01:00
experimental Make filesystem::file_status default constructor non-explicit (LWG 2787) 2017-10-27 18:49:21 +01:00
ext invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
lib libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
libstdc++-xmethods
performance PR libstdc++/81476 Optimise vector insertion from input iterators 2017-07-19 20:32:15 +01:00
special_functions Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
tr1 Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
tr2
util Protect more algorithms from overloaded comma operators 2017-10-27 00:50:40 +01:00
Makefile.am
Makefile.in