put 41 maint/gnulib/tests/test-map-c++.cc map1.put ("five", integers); put 42 maint/gnulib/tests/test-map-c++.cc map1.put ("one", integers + 1); put 43 maint/gnulib/tests/test-map-c++.cc map1.put ("two", integers + 2); put 44 maint/gnulib/tests/test-map-c++.cc map1.put ("three", integers + 3); put 45 maint/gnulib/tests/test-map-c++.cc map1.put ("four", integers + 4); put 46 maint/gnulib/tests/test-map-c++.cc map1.put ("five", integers + 5); put 35 maint/gnulib/tests/test-omap-c++.cc map1.put ("five", integers); put 36 maint/gnulib/tests/test-omap-c++.cc map1.put ("one", integers + 1); put 37 maint/gnulib/tests/test-omap-c++.cc map1.put ("two", integers + 2); put 38 maint/gnulib/tests/test-omap-c++.cc map1.put ("three", integers + 3); put 39 maint/gnulib/tests/test-omap-c++.cc map1.put ("four", integers + 4); put 40 maint/gnulib/tests/test-omap-c++.cc map1.put ("five", integers + 5);