We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a3a78 commit f2e15e0Copy full SHA for f2e15e0
clang/lib/Sema/SemaConcept.cpp
@@ -708,6 +708,7 @@ ExprResult CalculateConstraintSatisfaction::Calculate(
708
Satisfaction.IsSatisfied = Cached.IsSatisfied;
709
Satisfaction.Details.insert(Satisfaction.Details.begin() + Size,
710
Cached.Details.begin(), Cached.Details.end());
711
+ return Iter->second.SubstExpr;
712
}
713
714
ExprResult E = CalculateSlow(Constraint, MLTAL);
0 commit comments