src/work/klao/iter_map_test.cc
changeset 367 825647d4eca7
parent 366 be6fe0ea99b5
child 618 e944d741f472
     1.1 --- a/src/work/klao/iter_map_test.cc	Wed Apr 21 19:10:59 2004 +0000
     1.2 +++ b/src/work/klao/iter_map_test.cc	Wed Apr 21 19:52:09 2004 +0000
     1.3 @@ -225,5 +225,9 @@
     1.4        cout << " " << a;
     1.5      }
     1.6      cout << endl;
     1.7 +
     1.8 +    cout << "Removing 10 from the map...\n";
     1.9 +    test.remove(10);
    1.10 +    print(test,2);
    1.11    }
    1.12  }