
14 Mar
2008
14 Mar
'08
5:06 p.m.
Hi, Abir Basak wrote:
Hi, i just started using boost interprocess for giving shared memory access to one of my program to the debugger. It is just superb! but as usual there are a few questions and clarifications, 1) can i find any document saying which of the stl containers are "shared memory safe" so that i dont need to use the special one provided
I don't know any STL implementation that is safe to be used with shared memory. msvc-7.1 ones were "close" but I got some compilation errors.