Changes in src/ResolvExpr/ConversionCost.h [fb2bde4:3c89751]
- File:
-
- 1 edited
-
src/ResolvExpr/ConversionCost.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ConversionCost.h
rfb2bde4 r3c89751 74 74 const ast::SymbolTable &, const ast::TypeEnvironment &)>; 75 75 76 // TODO: When the old ConversionCost is removed, get ride of the _new suffix.76 #warning when the old ConversionCost is removed, get ride of the _new suffix. 77 77 class ConversionCost_new : public ast::WithShortCircuiting { 78 protected: 78 79 const ast::Type * dst; 79 80 const ast::SymbolTable & symtab;
Note:
See TracChangeset
for help on using the changeset viewer.