Protect allocator-overloads of tuple-from-tuple constructors from cases that…
Protect allocator-overloads of tuple-from-tuple constructors from cases that would create dangling references. Protect allocator-overloads of tuple-from-tuple constructors from cases that would create dangling references. * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, const tuple<_UElements...>&), tuple(allocator_arg_t, const _Alloc&, tuple<_UElements...>&&)): Add a check for _NonNestedTuple. * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Adjust. From-SVN: r237106
Showing
Please
register
or
sign in
to comment