Re: Map Behavior

2008-04-01 Thread Andre Poenitz
On Tue, Apr 01, 2008 at 05:36:13PM -0400, rgheck wrote: > > Just a quick check: Suppose I have a map map1 and use map::insert to insert > some stuff from another map, map2. Suppose there are items in map2 with > the same key as the items in map1. Then the map2 items will over-write the > map1 i

Map Behavior

2008-04-01 Thread rgheck
Just a quick check: Suppose I have a map map1 and use map::insert to insert some stuff from another map, map2. Suppose there are items in map2 with the same key as the items in map1. Then the map2 items will over-write the map1 items. Right? rh -- --- Richard G Heck Jr