$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-04-04 14:48:50
martin.ecker_at_[hidden] wrote:
> Hi,
>
>> After fixing header include orders for the umpteenth time to ensure
>> boost/serialization/shared_ptr.hpp is included before shared_ptr.hpp
>> so it can do it's #define private public hack I wondered if this was
>> any closer to an acceptable resolution? I know this is brought up
>> periodcally but it really needs to be sorted out in someway
>
> I fully agree. [...]
"Proper" serialization for shared_ptr (it should work for both boost:: and
tr1:: versions) is on my to-do list, but I foresee heaps of
non-Boost-related work in the coming days :-(
So unfortunately I'll not be able to implement both lock-free and
serialization in time for 1.33. Sorry.