From: Berenguer Blasi (bblasi_at_[hidden])
Date: 2006-07-20 07:46:20


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!