gcc/libstdc++-v3/testsuite/experimental
Jonathan Wakely b7dabce5f3 Define std::owner_less<void> specialization (P0074R0)
* include/bits/shared_ptr.h (owner_less): Add default template
	argument.
	* include/bits/shared_ptr_base.h (_Sp_owner_less<void, void>): Define
	specialization.
	(owner_less<void>): Define specialization.
	* include/bits/stl_function.h (__cpp_lib_transparent_operators):
	Update value.
	* testsuite/20_util/owner_less/void.cc: New test.
	* testsuite/experimental/feat-cxx14.cc: Update macro value tested.

From-SVN: r239089
2016-08-03 19:11:18 +01:00
..
algorithm
any Implement LWG 2509, 2016-07-05 21:33:18 +03:00
array
chrono
deque
filesystem re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory contents recursively) 2016-07-04 15:52:49 +03:00
forward_list
functional Add header for std::search to testcase 2016-07-14 16:27:09 +01:00
iterator
list
map
memory Remove unused headers and variables from libstdc++ tests 2016-08-01 13:18:08 +01:00
memory_resource re PR libstdc++/71081 (experimental/memory_resource/1.cc run for targets without atomics) 2016-05-20 12:36:57 +00:00
numeric
optional Implement LWG 2451, optional<T> should 'forward' T's implicit conversions. 2016-07-06 16:26:10 +03:00
propagate_const Fix naming, qualification and broken test for propagate_const 2016-07-21 20:39:03 +01:00
random
ratio
set
string
string_view Remove duplicate dg-options directive in string_view test 2016-08-01 13:17:59 +01:00
system_error
tuple
type_erased_allocator 2.cc: Remove unused using declaration. 2016-05-10 13:04:22 +01:00
type_traits
unordered_map
unordered_set
vector
feat-cxx14.cc Define std::owner_less<void> specialization (P0074R0) 2016-08-03 19:11:18 +01:00
feat-lib-fund.cc