================
@@ -1185,7 +1154,7 @@ static bool CheckConstraintSatisfaction(
return false;
}
- if (TemplateArgsLists.isAnyArgInstantiationDependent(S.Context)) {
+ if (TemplateArgsLists.isAnyArgDependent(S.Context)) {
----------------
erichkeane wrote:
@mizvekov / @zyn0217 : It seems everyone is talking by eachother a bit, and I'm
not sure the above discussion is helping at all.
@mizvekov : Can you please submit a PR with the 'FIXME' that you'd like to see?
You seem to be the one that sees the problem, so I don't think the others
would be able to write it in a way that would capture it as accurately as you.
@zyn0217 and @cor3ntin : please make sure you review said patch and have
conversation on that thread to make sure you all agree there.
IF we think it is worth holding this patch up briefly for that to happen, I
think that is acceptable.
https://github.com/llvm/llvm-project/pull/185608
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits