concepts-nonbool2.C
175 Bytes
-
c++: Fix template parm with dependent type in concepts. · 5c161741
While looking at PR94186 I also noticed this regression; if a non-type template parameter uses a type parameter in its type, we need to map both template parameters. gcc/cp/ChangeLog 2020-03-24 Jason Merrill <jason@redhat.com> * pt.c (any_template_parm_r): Look into the type of a non-type template parm.
Jason Merrill committed