gcc/libstdc++-v3/include/std
Tim Shen c42bc5d73b variant (variant::operator=): Fix assignment on references.
* libstdc++-v3/include/std/variant (variant::operator=): Fix assignment
	on references.
	* libstdc++-v3/testsuite/20_util/variant/compile.cc: Add test.

From-SVN: r240343
2016-09-22 08:45:55 +00:00
..
algorithm
any Implement LWG 2744 and LWG 2754. 2016-08-15 18:06:09 +03:00
array Add constexpr to <iterator> and <array> for C++17 2016-08-23 11:13:12 +01:00
atomic Define std::atomic<T>::is_always_lock_free for C++17 2016-08-19 16:42:27 +01:00
bitset
chrono
codecvt
complex
condition_variable
deque
forward_list
fstream
functional Implement P0253R1, Fixing a design mistake in the searchers interface in Library Fundamentals. 2016-09-12 18:48:32 +03:00
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex
numeric
optional re PR libstdc++/77288 (Std::experimental::optional::operator= implementation is broken in gcc 6.1) 2016-09-21 20:37:17 +03:00
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view
system_error
thread
tuple Implement LWG 2729 for tuple. 2016-09-21 20:25:16 +03:00
type_traits re PR libstdc++/77537 (pair constructors do not properly SFINAE) 2016-09-21 19:48:35 +03:00
typeindex
unordered_map
unordered_set
utility Implement LWG 2744 and LWG 2754. 2016-08-15 18:06:09 +03:00
valarray
variant variant (variant::operator=): Fix assignment on references. 2016-09-22 08:45:55 +00:00
vector