gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely b5a8fed6f1 tuple (get): Implement N3670.
* include/std/tuple (get): Implement N3670.
	* include/std/utility (get): Likewise.
	* testsuite/20_util/pair/get.cc: Move to ...
	* testsuite/20_util/pair/astuple/get.cc: Here.
	* testsuite/20_util/pair/astuple/astuple.cc: New.
	* testsuite/20_util/pair/astuple/constexpr_get.cc: New.
	* testsuite/20_util/pair/astuple/constexpr_get_by_type.cc: New.
	* testsuite/20_util/pair/astuple/get_by_type.cc: New.
	* testsuite/20_util/pair/astuple/get_by_type_neg.cc: New.
	* testsuite/20_util/pair/astuple/get_neg.cc: New.
	* testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc: New.
	* testsuite/20_util/tuple/element_access/get2_by_type.cc: New.
	* testsuite/20_util/tuple/element_access/get_by_type.cc: New.

From-SVN: r199082
2013-05-19 14:31:36 +01:00
..
comparison_operators Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cons Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
creation_functions Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
element_access tuple (get): Implement N3670. 2013-05-19 14:31:36 +01:00
requirements Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
48476.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
51365.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
53648.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cv_tuple_element.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cv_tuple_size.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
moveable2.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
moveable.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
noexcept_move_assign.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
noexcept_swap.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
swap.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tuple_element.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tuple_size.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00