mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
DeferParamEval for ctor initializer Add
This commit is contained in:
parent
6c0b329d57
commit
52c5e47575
1 changed files with 2 additions and 2 deletions
|
@ -10159,7 +10159,7 @@ void BfExprEvaluator::Visit(BfInitializerExpression* initExpr)
|
|||
argExprs.push_back(elementExpr);
|
||||
BfSizedArray<BfExpression*> sizedArgExprs(argExprs);
|
||||
BfResolvedArgs argValues(&sizedArgExprs);
|
||||
exprEvaluator.ResolveArgValues(argValues);
|
||||
exprEvaluator.ResolveArgValues(argValues, BfResolveArgsFlag_DeferParamEval);
|
||||
exprEvaluator.MatchMethod(elementExpr, NULL, initValue, false, false, "Add", argValues, NULL);
|
||||
|
||||
if (addFunctionBindResult.mMethodInstance != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue