[clang] [libcxx] [Clang] Implement CWG2369 "Ordering between constraints and substitution" (PR #102857)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 06:30:10 PDT 2024
================
@@ -1144,6 +1164,46 @@ bool Sema::CheckInstantiatedFunctionTemplateConstraints(
PointOfInstantiation, Satisfaction);
}
+bool Sema::CheckFunctionConstraintsWithoutInstantiation(
----------------
cor3ntin wrote:
This is very similar to `CheckInstantiatedFunctionTemplateConstraints` can you either reuse that or share some code?
https://github.com/llvm/llvm-project/pull/102857
More information about the cfe-commits
mailing list