Changes in src/AST/Stmt.cpp [87701b6:d8938622]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Stmt.cpp
r87701b6 rd8938622 22 22 // --- CompoundStmt 23 23 CompoundStmt::CompoundStmt( const CompoundStmt& o ) : Stmt(o), kids(o.kids) { 24 # warning unimplemented 24 25 assert(!"implemented"); 25 26 }
Note:
See TracChangeset
for help on using the changeset viewer.