class-deduction63.C
215 Bytes
-
PR c++/88869 - C++17 ICE with CTAD and explicit specialization. · c8b7e64d
The members of an explicit specialization of a class template don't have the template parameters of that class template, so we shouldn't try to provide arguments for them. Only set outer_args when the class is an instantiation. * pt.c (do_class_deduction): Don't include explicit specialization args in outer_args. From-SVN: r269093
Jason Merrill committed