Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ExplodedActual.h

    r432ce7a r62194cb  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ExplodedActual.h --
     7// Alternative.h --
    88//
    99// Author           : Aaron B. Moss
     
    3232
    3333                ExplodedActual() : env(), cost(Cost::zero), exprs() {}
     34
    3435                ExplodedActual( const Alternative& actual, const SymTab::Indexer& indexer );
    35                 ExplodedActual(ExplodedActual&&) = default;
    36                 ExplodedActual& operator= (ExplodedActual&&) = default;
    3736        };
    3837}
    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.