
5 Oct
2011
5 Oct
'11
8:51 p.m.
I wrote about:
http://lists.boost.org/Archives/boost/2011/02/177696.php https://svn.boost.org/trac/boost/ticket/5230
What was obvious to the contributors to the above discussion, but dawned on me only slowly, was that mixed bitness shared memory only stands a chance of working if ones uses offset_ptr< void , boost::int64_t , boost::uint64_t > rather than the default offset_ptr< void > (which is possible on current trunk). I've now begun testing this in my own app and it is looking promising so far. Hope this helps someone googling for the same thing. Pete