Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Stmt.cpp

    r87701b6 rd8938622  
    2222// --- CompoundStmt
    2323CompoundStmt::CompoundStmt( const CompoundStmt& o ) : Stmt(o), kids(o.kids) {
     24#   warning unimplemented
    2425        assert(!"implemented");
    2526}
Note: See TracChangeset for help on using the changeset viewer.