]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/81215 - deduction failure with variadic TTP.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2017 18:49:18 +0000 (18:49 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2017 18:49:18 +0000 (18:49 +0000)
commitf404873464c6d87b7d0cfc433bacd8a1c15b16c6
tree01a0fa1caf9c2a4b4451bb0286f009e35ae389a0
parentc8efa6c97e5fcca72caed9e85ffd6cf48755842e
PR c++/81215 - deduction failure with variadic TTP.

* pt.c (unify_bound_ttp_args): Restore old logic for C++14 and down.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249664 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic-ttp7.C [new file with mode: 0644]