Changes in src/Common/Eval.cc [5cbacf1:0588d8c]
- File:
-
- 1 edited
-
src/Common/Eval.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Eval.cc
r5cbacf1 r0588d8c 90 90 } 91 91 92 std::pair<long long int, bool> eval(const ast::Expr * expr) { 93 #warning not implemented 94 return { 0, false }; 95 } 96 92 97 // Local Variables: // 93 98 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.