$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] mixed 32bit and 64bit shared memory
From: Dave Dyer (ddyer-boost_at_[hidden])
Date: 2013-01-10 23:40:00
I see notes about boost supporting "customizing offset_ptr" to
support shared memory where both 64 bit and 32 bit processes
are sharing the memory, but I don't see a specific example of
how to do that. It seems that "out of box" it doesn't work.