gcc/libstdc++-v3/include/std
Jonathan Wakely 6af6bef4ac Implement N4502, the C++ Detection Idiom.
* doc/xml/manual/status_cxx2017.xml: Update status table.
	* include/experimental/type_traits (void_t, is_detected,
	is_detected_v, detected_t, detected_or, detected_or_t,
	is_detected_exact, is_detected_exact_v, is_detected_convertible,
	is_detected_convertible_v): Define.
	* include/std/type_traits (__detector, __detected_or, __detected_or_t,
	__detected_or_t_): Define.
	* testsuite/experimental/type_traits/detection.cc: New.

From-SVN: r225242
2015-07-01 13:23:54 +01:00
..
algorithm
array array: Include <array>. 2015-06-23 19:51:02 +00:00
atomic
bitset
chrono
codecvt
complex * include/std/complex (polar): Check for negative rho (LWG 2459). 2015-05-13 14:32:31 +01:00
condition_variable
deque
forward_list
fstream
functional tuple (apply): Handle pointers to member (LWG 2418). 2015-05-13 14:12:48 +01:00
future future (__async_result_of): New alias template. 2015-05-29 14:44:52 +01:00
iomanip Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
ios
iosfwd
iostream
istream
iterator
limits re PR libstdc++/65883 (numeric_limits<unsigned __int128>::max() returns incorrect value) 2015-04-28 19:35:49 +00:00
list
locale
map
memory memory (pointer_safety, [...]): Define. 2015-05-01 12:02:18 +01:00
mutex
numeric
ostream
queue
random
ratio
regex
scoped_allocator Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
set
shared_mutex shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing the shared mutex requirements. 2015-06-05 17:31:05 +01:00
sstream
stack
stdexcept
streambuf
string
system_error
thread
tuple Implement N4387, "Improving pair and tuple", and LWG 2367. 2015-06-30 14:26:49 +01:00
type_traits Implement N4502, the C++ Detection Idiom. 2015-07-01 13:23:54 +01:00
typeindex
unordered_map
unordered_set
utility array: Include <array>. 2015-06-23 19:51:02 +00:00
valarray
vector