changeset 397 | b4d7b19b6740 |
parent 366 | be6fe0ea99b5 |
child 618 | e944d741f472 |
4:41d5234f986b | 5:f9b09a35c709 |
---|---|
223 Int a; |
223 Int a; |
224 for(test.first(a, true); a.valid(); test.next(a)) { |
224 for(test.first(a, true); a.valid(); test.next(a)) { |
225 cout << " " << a; |
225 cout << " " << a; |
226 } |
226 } |
227 cout << endl; |
227 cout << endl; |
228 |
|
229 cout << "Removing 10 from the map...\n"; |
|
230 test.remove(10); |
|
231 print(test,2); |
|
228 } |
232 } |
229 } |
233 } |