Changes in src/Common/Eval.h [8f557161:c6b4432]
- File:
-
- 1 edited
-
src/Common/Eval.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Eval.h
r8f557161 rc6b4432 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);34 32 Evaluation eval(const ast::Expr * expr); 35 33
Note:
See TracChangeset
for help on using the changeset viewer.