Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Eval.cc

    r5cbacf1 r0588d8c  
    9090}
    9191
     92std::pair<long long int, bool> eval(const ast::Expr * expr) {
     93        #warning not implemented
     94        return { 0, false };
     95}
     96
    9297// Local Variables: //
    9398// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.