Changes in src/ResolvExpr/ExplodedActual.h [432ce7a:62194cb]
- File:
-
- 1 edited
-
src/ResolvExpr/ExplodedActual.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ExplodedActual.h
r432ce7a r62194cb 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ExplodedActual.h --7 // Alternative.h -- 8 8 // 9 9 // Author : Aaron B. Moss … … 32 32 33 33 ExplodedActual() : env(), cost(Cost::zero), exprs() {} 34 34 35 ExplodedActual( const Alternative& actual, const SymTab::Indexer& indexer ); 35 ExplodedActual(ExplodedActual&&) = default;36 ExplodedActual& operator= (ExplodedActual&&) = default;37 36 }; 38 37 } 39 40 // Local Variables: //41 // tab-width: 4 //42 // mode: c++ //43 // compile-command: "make install" //44 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.