Changes in src/Common/Eval.h [c6b4432:8f557161]
- File:
-
- 1 edited
-
src/Common/Eval.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Eval.h
rc6b4432 r8f557161 30 30 31 31 /// Evaluates expr as a long long int. 32 /// If second is false, expr could not be evaluated. 33 std::pair<long long int, bool> eval(const Expression * expr); 32 34 Evaluation eval(const ast::Expr * expr); 33 35
Note:
See TracChangeset
for help on using the changeset viewer.