- File:
-
- 1 edited
-
src/ResolvExpr/AlternativeFinder.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.h
rfed6a0f r432ce7a 34 34 namespace ResolvExpr { 35 35 struct ArgPack; 36 37 Cost computeConversionCost( Type * actualType, Type * formalType, bool actualIsLvalue,38 const SymTab::Indexer & indexer, const TypeEnvironment & env );39 40 void referenceToRvalueConversion( Expression *& expr, Cost & cost );41 36 42 37 /// First index is which argument, second index is which alternative for that argument,
Note:
See TracChangeset
for help on using the changeset viewer.