PR c++/70778 - member template template parameter
authorJason Merrill <jason@redhat.com>
Sun, 24 Jul 2016 02:50:16 +0000 (22:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 24 Jul 2016 02:50:16 +0000 (22:50 -0400)
commit71b3723abb23b848ed7a647506345cdfaa03fddb
treedf9e52326934398d3116fd42f3d4dfffdb4401f8
parent6970223f93ce9102cd95044f7c4d10a4ce695a77
PR c++/70778 - member template template parameter

* pt.c (tsubst): Also substitute into the template of a
BOUND_TEMPLATE_TEMPLATE_PARM.

From-SVN: r238686
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/ttp29.C [new file with mode: 0644]