Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    r5cbacf1 rb6d7f44  
    3131#include "Common/Indenter.h"
    3232
    33 class Expression;
    34 
    3533template< typename T >
    3634static inline T * maybeClone( const T *orig ) {
     
    458456} // ilog2
    459457
    460 // -----------------------------------------------------------------------------
    461 /// evaluates expr as a long long int. If second is false, expr could not be evaluated
    462 std::pair<long long int, bool> eval(Expression * expr);
    463458
    464459// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.