gcc/libstdc++-v3/include/std
Tim Shen a8127c0cca re PR c++/80737 (variant<any> as class member resulting to compile errors)
PR libstdc++/80737
  * include/std/variant(variant::variant): SFINAE on is_same first.
  * testsuite/20_util/variant/any.cc: test case.

From-SVN: r248548
2017-05-28 21:27:30 +00:00
..
algorithm
any Implement LWG 2857, {variant,optional,any}::emplace should return the constructed value. 2017-03-16 01:13:20 +02:00
array Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
atomic PR79862 check macro for type aliases that depend on <stdint.h> 2017-04-20 14:04:28 +01:00
bitset
chrono Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
codecvt
complex PR libstdc++/70607 make proj(T) and conj(T) return complex<T> 2017-01-25 15:01:05 +00:00
condition_variable
deque
forward_list
fstream
functional PR libstdc++/80478 make std::mem_fn work with noexcept functions 2017-05-18 18:32:06 +01:00
future PR libstdc++/80316 make promise::set_value throw no_state error 2017-04-21 15:49:19 +01:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory PR libstdc++/79789 fix non-reserved names in headers 2017-03-02 03:43:49 +00:00
mutex Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
numeric
optional optional (_Optional_base::_M_get): Check precondition. 2017-05-16 12:54:16 +00:00
ostream
queue
random
ratio Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view Fix namespace versioning and remove __detail::__identity helpers 2017-01-26 18:32:55 +00:00
system_error Implement LWG 2686, std::hash<error_condition>, for C++17 2017-03-23 19:40:16 +00:00
thread
tuple Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
type_traits Implement new C++ intrinsics __is_assignable and __is_constructible. 2017-05-17 16:54:23 +03:00
typeindex
unordered_map
unordered_set
utility PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T> 2017-05-12 15:43:11 +01:00
valarray Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
variant re PR c++/80737 (variant<any> as class member resulting to compile errors) 2017-05-28 21:27:30 +00:00
vector