Changes in src/ResolvExpr/Resolver.cc [a181494:93401f8]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
ra181494 r93401f8 526 526 Alternative newFunc( func ); 527 527 // Strip reference from function 528 referenceToRvalueConversion( newFunc.expr , newFunc.cost);528 referenceToRvalueConversion( newFunc.expr ); 529 529 530 530 // For all the set of arguments we have try to match it with the parameter of the current function alternative
Note:
See TracChangeset
for help on using the changeset viewer.