PR c++/14032
commit7e0ff088fcc31d5405df332f6bb333823b872c50
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2007 12:27:38 +0000 (4 12:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2007 12:27:38 +0000 (4 12:27 +0000)
treebcd0227188c7cf0e9ee1e2ed4b241a9316312f54
parent73ab75d5d09eb5823111635cf71f9890cd6386dc
    PR c++/14032
        * pt.c (most_specialized_class): Substitute outer template
        arguments into the arguments of a member template partial
        specialization.
        (strip_innermost_template_args): New fn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128077 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/g++.dg/template/mem-partial1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/mem-partial2.C [new file with mode: 0644]