Changes in src/ResolvExpr/Alternative.h [ea6332d:50377a4]
- File:
-
- 1 edited
-
src/ResolvExpr/Alternative.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Alternative.h
rea6332d r50377a4 39 39 ~Alternative(); 40 40 41 void initialize( const Alternative &src, Alternative &dest ); 42 43 void print( std::ostream &os, int indent = 0 ) const; 41 void print( std::ostream &os, Indenter indent = {} ) const; 44 42 45 43 Cost cost;
Note:
See TracChangeset
for help on using the changeset viewer.