PR c++/85765 - SFINAE and non-type default template arg.
commit31011b9a94fed33170c009292e82558336d1c4d7
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2018 13:22:52 +0000 (4 13:22 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2018 13:22:52 +0000 (4 13:22 +0000)
tree0931316aa775c55c29c9f1c229082afea2bd3b05
parent89e9c62529b3f7be42b5bfa3b2ad7548a042cc55
PR c++/85765 - SFINAE and non-type default template arg.

* pt.c (type_unification_real): Do full semantic processing if
substituting a partial args list replaces all template parms.

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