Re: [PATCH] Fix PR c++/69961 (invalid ctor call with dependent args)
OK. Jason
[PATCH] Fix PR c++/69961 (invalid ctor call with dependent args)
In r233563 (where I applied the 2nd version of the fix for PR c++/68948) I shouldn't have reverted the original fix because it is still required for diagnosing an invalid constructor call with dependent arguments (because in that case we delay further processing of the call until instantiation). O