PR c++/81215 - deduction failure with variadic TTP.
authorJason Merrill <jason@redhat.com>
Mon, 26 Jun 2017 18:49:18 +0000 (14:49 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Jun 2017 18:49:18 +0000 (14:49 -0400)
commitb0d1023d5f5f52a21d00f6e7eb5d46898c052171
tree01a0fa1caf9c2a4b4451bb0286f009e35ae389a0
parentb5df99f74107846d3ac8034d29f4e8b67271efe1
PR c++/81215 - deduction failure with variadic TTP.

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

From-SVN: r249664
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic-ttp7.C [new file with mode: 0644]