gcc/libstdc++-v3/include/std
Jonathan Wakely 3e9f67e6a2 Add std::apply for C++17
* doc/xml/manual/status_cxx2017.xml: Add missing LFTSv2 features.
	* doc/html/manual/status.html: Regenerate.
	* include/Makefile.am: Add new header.
	* include/Makefile.in: Regenerate.
	* include/bits/invoke.h: New header.
	(__invoke): Make constexpr. Add && to types in exception specification.
	* include/experimental/tuple (apply, __apply_impl): Fix non-reserved
	names. Include <bits/invoke.h> and use std::__invoke.
	* include/std/functional (__invfwd, __invoke_impl, __invoke): Move to
	new header.
	(invoke): Add && to types in exception specification.
	* include/std/tuple (apply, __apply_impl): Define for C++17.
	* testsuite/20_util/tuple/apply/1.cc: New test.
	* testsuite/20_util/tuple/element_access/get_neg.cc: Adjust dg-error
	lineno.

From-SVN: r239183
2016-08-06 01:06:02 +01:00
..
algorithm
any
array libstdc++/72745 add static assertion for invalid tuple access 2016-07-31 18:08:52 +01:00
atomic LWG 2441 Provide exact-width atomic typedefs 2016-07-20 19:21:59 +01:00
bitset
chrono Implement C++17 rounding functions for std::chrono (P0092R1) 2016-08-05 14:52:59 +01:00
codecvt
complex
condition_variable
deque
forward_list
fstream
functional Add std::apply for C++17 2016-08-06 01:06:02 +01:00
future
iomanip
ios
iosfwd
iostream
istream LWG 2328 Rvalue stream extraction should use perfect forwarding 2016-07-20 19:21:53 +01:00
iterator
limits
list
locale
map
memory
mutex
numeric
optional Clean up optional's comments. 2016-07-18 17:45:56 +03:00
ostream
queue
random
ratio Implement C++17 variable templates for type traits. 2016-07-29 22:01:39 +03:00
regex
scoped_allocator
set
shared_mutex Define C++17 feature-test macros 2016-08-03 19:11:10 +01:00
sstream
stack
stdexcept
streambuf
string
string_view Implement std::string_view and P0254r2, 2016-07-28 18:15:26 +03:00
system_error Implement C++17 variable templates for type traits. 2016-07-29 22:01:39 +03:00
thread
tuple Add std::apply for C++17 2016-08-06 01:06:02 +01:00
type_traits Define std::is_callable and std::is_nothrow_callable 2016-08-04 19:02:56 +01:00
typeindex
unordered_map
unordered_set
utility Define std::as_const 2016-08-03 19:11:23 +01:00
valarray
vector