efriedma added a comment.

I guess to make that work, the constant evaluator would need to track whether 
we're in an SFINAE context (Sema::isSFINAEContext()). Based on that, we'd need 
to explicitly generate an error if we're in an SFINAE context, and a warning if 
we're not in such a context.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150226/new/

https://reviews.llvm.org/D150226

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to