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