pt.c
860 KB
-
PR c++/88820 - ICE with CTAD and member template used in DMI. · ae9b2892
Here the problem was that in order to form a FUNCTION_DECL for foo<int> in the uninstantiated template, we were trying to deduce template args for S from the template parm itself, and failing. * pt.c (do_class_deduction): Handle parm used as its own arg. From-SVN: r269463
Jason Merrill committed