concepts-alias5.C
1.31 KB
-
c++: Fix parameter map handling of member typedef. · 55dd4453
any_template_parm_r was looking at the args of an alias template-id, but we need to look at all args of a member alias/typedef, including implicit ones from the enclosing class. PR c++/93377 - ICE with member alias in constraint. * pt.c (any_template_parm_r): Look at template arguments for all aliases, not only alias templates.
Jason Merrill committed