
20 Jul
2006
20 Jul
'06
11:46 a.m.
Hi, I have tried everything so far and maybe it's the sun, the heat or whatever but I can't get flat_multimap from shmem to insert a value. I have: typedef boost::shmem::flat_multimap<size_t, myShmNode*, myHashEqual, myShmNodePtrAllocator> MyMultiMap; and I have tried an insert with a typedef std::pair<size_t,myShmNode*> multiMapNodeType; as an argument to 'insert' without success. Can someone tell me what sould I put as an argument to the call to 'insert' for the above declaration of a flat_multimap? Thanks in advance!