
22 Aug
2013
22 Aug
'13
5:01 p.m.
On 22-08-2013 17:42, Larry Evans wrote:
Even more relevant is:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2486.pdf
which, on page 6 has a section, "Relocatable Container" which says:
Using a specialty pointer that stores offsets, rather than raw pointer values, I can make a container capable of being streamed from one process to the next.
Sounds like this would solve the problem.
I guess this is what boost.interprocess already does? -Thorsten