gcc/libstdc++-v3/testsuite/20_util/shared_ptr/cons
Jonathan Wakely af181c91a9 Add deduction guides for C++17 (P0433R2, partial)
* include/bits/shared_ptr.h (shared_ptr, weak_ptr): Add deduction
	guides for C++17.
	* include/bits/std_function.h (function): Likewise.
	* include/bits/stl_pair.h (pair): Likewise.
	* include/debug/array (__gnu_debug::array): Likewise.
	* include/std/array (array): Likewise.
	* include/std/functional (make_default_searcher)
	(make_boyer_moore_searcher, make_boyer_moore_horspool_searcher):
	Remove generator functions.
	* include/std/tuple (tuple): Add deduction guides.
	* include/std/valarray (valarray): Likewise.
	* testsuite/20_util/function_objects/searchers.cc: Adjust to use
	class template argument deduction instead of generator functions.
	* testsuite/20_util/function/cons/deduction.cc: New test.
	* testsuite/20_util/optional/cons/deduction_guide.cc: Rename to ...
	* testsuite/20_util/optional/cons/deduction.cc: ... here.
	* testsuite/20_util/pair/cons/deduction.cc: New test.
	* testsuite/20_util/shared_ptr/cons/deduction.cc: New test.
	* testsuite/20_util/tuple/cons/deduction.cc: New test.
	* testsuite/20_util/tuple/element_access/get_neg.cc: Adjust dg-error.
	* testsuite/20_util/unique_ptr/cons/deduction_neg.cc: New test.
	* testsuite/20_util/weak_ptr/cons/deduction.cc: New test.
	* testsuite/23_containers/array/cons/deduction.cc: New test.
	* testsuite/23_containers/array/cons/deduction_neg.cc: New test.
	* testsuite/23_containers/array/tuple_interface/get_debug_neg.cc:
	Adjust dg-error.
	* testsuite/23_containers/array/tuple_interface/get_neg.cc: Likewise.
	* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
	Likewise.
	* testsuite/26_numerics/valarray/deduction.cc: New test.
	* testsuite/30_threads/lock_guard/cons/deduction.cc: New test.
	* testsuite/30_threads/scoped_lock/cons/deduction.cc: New test.
	* testsuite/30_threads/unique_lock/cons/deduction.cc: New test.

From-SVN: r246389
2017-03-22 15:58:35 +00:00
..
39405.cc Update copyright years. 2017-01-01 13:07:43 +01:00
43820_neg.cc Update copyright years. 2017-01-01 13:07:43 +01:00
46910.cc Update copyright years. 2017-01-01 13:07:43 +01:00
51365.cc Update copyright years. 2017-01-01 13:07:43 +01:00
52924.cc Update copyright years. 2017-01-01 13:07:43 +01:00
55123.cc Update copyright years. 2017-01-01 13:07:43 +01:00
58659.cc Update copyright years. 2017-01-01 13:07:43 +01:00
58839.cc Update copyright years. 2017-01-01 13:07:43 +01:00
61036.cc Update copyright years. 2017-01-01 13:07:43 +01:00
79467.cc PR libstdc++/79467 use lvalues in is_callable check 2017-02-11 21:08:11 +00:00
alias.cc Update copyright years. 2017-01-01 13:07:43 +01:00
alloc.cc Update copyright years. 2017-01-01 13:07:43 +01:00
alloc_min.cc Update copyright years. 2017-01-01 13:07:43 +01:00
array.cc Update copyright years. 2017-01-01 13:07:43 +01:00
auto_ptr.cc Update copyright years. 2017-01-01 13:07:43 +01:00
auto_ptr_neg.cc Update copyright years. 2017-01-01 13:07:43 +01:00
constexpr.cc Update copyright years. 2017-01-01 13:07:43 +01:00
copy.cc Update copyright years. 2017-01-01 13:07:43 +01:00
deduction.cc Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
default.cc Update copyright years. 2017-01-01 13:07:43 +01:00
move.cc Update copyright years. 2017-01-01 13:07:43 +01:00
noexcept_move_construct.cc Update copyright years. 2017-01-01 13:07:43 +01:00
nullptr.cc Update copyright years. 2017-01-01 13:07:43 +01:00
pointer.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr_array.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr_deleter.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr_deleter_ref_1.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr_deleter_ref_2.cc Update copyright years. 2017-01-01 13:07:43 +01:00
unique_ptr_neg.cc Update copyright years. 2017-01-01 13:07:43 +01:00
void_neg.cc Update copyright years. 2017-01-01 13:07:43 +01:00
weak_ptr.cc Update copyright years. 2017-01-01 13:07:43 +01:00
weak_ptr_expired.cc Update copyright years. 2017-01-01 13:07:43 +01:00