c++: Fix parameter map handling of member typedef.
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.
Showing
gcc/testsuite/g++.dg/cpp2a/concepts-alias5.C
0 → 100644
Please
register
or
sign in
to comment