re PR c++/67844 (Cannot make tuple of class with template constructor)
authorVille Voutilainen <ville.voutilainen@gmail.com>
Mon, 5 Oct 2015 09:57:20 +0000 (12:57 +0300)
committerVille Voutilainen <ville@gcc.gnu.org>
Mon, 5 Oct 2015 09:57:20 +0000 (12:57 +0300)
commit057ce49719a82ad05978d0abca9d9dc95a3f4958
tree63683f5ee384cd1a9515b193b73fe27f325be0a9
parentaa385812b30e973dd57f4b6af0e1a8d6f2a8df43
re PR c++/67844 (Cannot make tuple of class with template constructor)

2015-10-05  Ville Voutilainen  <ville.voutilainen@gmail.com>

PR 67844.
* include/std/tuple (_TC::_NonNestedTuple): Eagerly reject
conversions from tuple types same as the target tuple.
* testsuite/20_util/tuple/67844.cc: New.
* testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Add
a missing copyright header.

From-SVN: r228468
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/67844.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc