================
@@ -78,6 +78,16 @@ class UnresolvedSetImpl;
 class VarTemplateDecl;
 enum class ImplicitParamKind;
 
+struct AssociatedConstraint {
+  const Expr *ConstraintExpr;
+  int ArgumentPackSubstitutionIndex;
+
+  constexpr AssociatedConstraint(const Expr *ConstraintExpr,
----------------
cor3ntin wrote:

The constexpr doesn't do anything useful for us, and we don't usually make 
things constexpr if we don't intend to use them at compile time

https://github.com/llvm/llvm-project/pull/132626
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to