Revert the in prog commit that was lost, as the scoping branch is now handeling it
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
1337
|
||||
1337
|
||||
Destroyed!
|
||||
|
||||
@@ -16,10 +16,7 @@ typedef AbleToBeDestroyed (Destructable) {
|
||||
intVec.addEnd(7);
|
||||
for (|int| i = 0; i < intVec.size; i++;)
|
||||
print(intVec.at(i));
|
||||
println();
|
||||
|
||||
for (|int| i = 0; i < intVec.size; i++;)
|
||||
print(intVec[i]);
|
||||
|
||||
println();
|
||||
|
||||
|vector<AbleToBeDestroyed>*| desVec = new<vector<AbleToBeDestroyed>>()->construct();
|
||||
|
||||
Reference in New Issue
Block a user