diff -r 91fba31268d6 -r ab0899df30d2 src/work/klao/iter_map_test.cc --- a/src/work/klao/iter_map_test.cc Wed Apr 21 15:14:45 2004 +0000 +++ b/src/work/klao/iter_map_test.cc Wed Apr 21 15:46:40 2004 +0000 @@ -10,14 +10,16 @@ typedef StdMap BaseMap; typedef IterableMap TestMap; +typedef IterableBoolMap TestBoolMap; -void print(TestMap const& m) { +template +void print(TM const& m, int N = 3) { cout << "Size of the map: " << m.size() << endl; for(int i=0; i