$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Slater (mslater_at_[hidden])
Date: 2005-04-03 20:55:36
Hi there,
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, currently I
have just hacked my local boost source to make shared_ptr's private
declarations public to avoid the issue but obviously this is far from ideal.
Thanks
Martin