Changes in src/Common/utility.h [5cbacf1:b6d7f44]
- File:
-
- 1 edited
-
src/Common/utility.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
r5cbacf1 rb6d7f44 31 31 #include "Common/Indenter.h" 32 32 33 class Expression;34 35 33 template< typename T > 36 34 static inline T * maybeClone( const T *orig ) { … … 458 456 } // ilog2 459 457 460 // -----------------------------------------------------------------------------461 /// evaluates expr as a long long int. If second is false, expr could not be evaluated462 std::pair<long long int, bool> eval(Expression * expr);463 458 464 459 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.