Re: C++ PATCH for c++/84489, dependent default template argument

2018-03-23 Thread Jason Merrill
On Tue, Feb 27, 2018 at 12:26 PM, Jason Merrill wrote: > The logic in type_unification_real for handling template parms that > depend on earlier template parms is a bit complicated. It already > recognizes when the type of the parm depends on something not > available yet, and it dealt with the c

C++ PATCH for c++/84489, dependent default template argument

2018-02-27 Thread Jason Merrill
The logic in type_unification_real for handling template parms that depend on earlier template parms is a bit complicated. It already recognizes when the type of the parm depends on something not available yet, and it dealt with the case where substituting partial args left some template parm uses