[PATCH] D126907: Deferred Concept Instantiation Implementation Take 2

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 09:52:53 PDT 2022


erichkeane added a comment.

Ah... I remember now, and I think that solution isn't quite right.  The idea is that we want to defer constraint evaluation when the constraint is on a function decl/template decl.  The PROBLEM I need to solve is when it is in a body of a struct or function.


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

https://reviews.llvm.org/D126907



More information about the cfe-commits mailing list