PR c++/85864 - literal template and default template arg.
authorJason Merrill <jason@redhat.com>
Thu, 24 May 2018 14:27:10 +0000 (10:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 24 May 2018 14:27:10 +0000 (10:27 -0400)
commit1268ecc26fc1289b6e9a10b38fa18b4354460ef1
treee82dddcb99f76bcedc3c082533dd13d7a76753b3
parentea219e6e88a4c0b801b4c5eb971c6727bc31c7e6
PR c++/85864 - literal template and default template arg.

* pt.c (instantiation_dependent_r): Handle NONTYPE_ARGUMENT_PACK.

From-SVN: r260672
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/udlit-char-template2.C [new file with mode: 0644]