]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/14032 (Specialization of inner template using outer template argument doesn...
authorJason Merrill <jason@redhat.com>
Tue, 4 Sep 2007 12:27:21 +0000 (08:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 4 Sep 2007 12:27:21 +0000 (08:27 -0400)
commitdc28490d05f5ef25c5ff24ef946f48f402a20be8
tree4ac72e6f1563682b5e0b76abbdf4a562498a349b
parenta1a826110720eda37c73f829daa4ee243ee953f5
re PR c++/14032 (Specialization of inner template using outer template argument doesn't work)

        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.

From-SVN: r128076
gcc/cp/ChangeLog
gcc/cp/pt.c