gcc/libstdc++-v3/include/std
Ville Voutilainen 5e2f2cd584 Avoid creating dangling references in case of nested tuples
for tuple constructors that construct from other tuples.

2015-09-25  Ville Voutilainen  <ville.voutilainen@gmail.com>

	Avoid creating dangling references in case of nested tuples
	for tuple constructors that construct from other tuples.
	* include/std/tuple (_TC::_NonNestedTuple): New.
	* include/std/tuple (tuple::_TNTC): New.
	* include/std/tuple (tuple(const tuple<_UElements...>&),
	tuple(tuple<_UElements...>&&): Use _TNTC.
	* testsuite/20_util/tuple/cons/nested_tuple_construct.cc: New.

From-SVN: r228134
2015-09-25 19:41:45 +03:00
..
algorithm
array array: Include <array>. 2015-06-23 19:51:02 +00:00
atomic Handle alignment in __atomic_is_lock_free 2015-09-17 16:46:04 +01:00
bitset
chrono
codecvt
complex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
condition_variable Add portable timed_mutex and recursive_timed_mutex. 2015-09-04 12:23:44 +01:00
deque
forward_list
fstream
functional
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
numeric
ostream
queue
random
ratio
regex regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _State<>... 2015-07-30 10:35:45 +00:00
scoped_allocator Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
set
shared_mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
sstream
stack
stdexcept
streambuf
string
system_error Remove redundant conditional expressions in <system_error> 2015-09-17 15:56:50 +01:00
thread
tuple Avoid creating dangling references in case of nested tuples 2015-09-25 19:41:45 +03: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 Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
vector