gcc/libstdc++-v3/testsuite/experimental
Jonathan Wakely e6ee5bfd68 Define std::not_fn for C++17
* doc/xml/manual/status_cxx2017.xml: Update status of not_fn.
	* doc/html/*: Regenerate.
	* include/experimental/functional (_Not_fn, not_fn): Match C++17
	semantics.
	* include/std/functional (_Not_fn, not_fn): Define for C++17.
	* testsuite/20_util/not_fn/1.cc: New.
	* testsuite/experimental/functional/not_fn.cc: Test abstract class.
	Remove test for volatile-qualified wrapper.

From-SVN: r239623
2016-08-19 16:42:34 +01:00
..
algorithm Update copyright years. 2016-01-04 15:30:50 +01:00
any Implement LWG 2509, 2016-07-05 21:33:18 +03:00
array Update copyright years. 2016-01-04 15:30:50 +01:00
chrono Adjust testcases for C++17 compatibility 2016-08-17 14:39:05 +01:00
deque Update copyright years. 2016-01-04 15:30:50 +01:00
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 Update copyright years. 2016-01-04 15:30:50 +01:00
functional Define std::not_fn for C++17 2016-08-19 16:42:34 +01:00
iterator Update copyright years. 2016-01-04 15:30:50 +01:00
list Update copyright years. 2016-01-04 15:30:50 +01:00
map Update copyright years. 2016-01-04 15:30:50 +01:00
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 Update copyright years. 2016-01-04 15:30:50 +01:00
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 Update copyright years. 2016-01-04 15:30:50 +01:00
ratio Adjust testcases for C++17 compatibility 2016-08-17 14:39:05 +01:00
set Update copyright years. 2016-01-04 15:30:50 +01:00
string Update copyright years. 2016-01-04 15:30:50 +01:00
string_view Remove duplicate dg-options directive in string_view test 2016-08-01 13:17:59 +01:00
system_error Fix ambiguities in C++17 mode 2016-08-19 16:42:11 +01:00
tuple Fix ambiguities in C++17 mode 2016-08-19 16:42:11 +01:00
type_erased_allocator 2.cc: Remove unused using declaration. 2016-05-10 13:04:22 +01:00
type_traits Fix ambiguities in C++17 mode 2016-08-19 16:42:11 +01:00
unordered_map Update copyright years. 2016-01-04 15:30:50 +01:00
unordered_set Update copyright years. 2016-01-04 15:30:50 +01:00
vector Update copyright years. 2016-01-04 15:30:50 +01:00
feat-cxx14.cc Define std::owner_less<void> specialization (P0074R0) 2016-08-03 19:11:18 +01:00
feat-lib-fund.cc Add <experimental/algorithm> and <experimental/functional>. 2014-10-29 18:21:59 +00:00