
5 Dec
2009
5 Dec
'09
4:48 p.m.
On Dec 5, 2009, at 10:14 PM, Phil Endecott wrote:
while the custom allocators let you put std::containers in shared memory they are still not very useful since they can only be used by the process that put them there - other processes will (potentially) see the shared memory at a different address and all the pointers will be wrong
Isn't this *exactly* what the allocator's nested ::pointer type is for? -- David Abrahams BoostPro Computing http://boostpro.com