Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Stmt.cpp

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