$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-07-05 15:15:23
Robert Ramey wrote:
> So I presume that instead of
>
> #include <boost/serialization/shared_ptr_132.hpp>
> #include <boost/serialization/shared_ptr.hpp>
>
> one would use
>
> #define BOOST_SERIALIZATION_SHARED_PTR_132_COMPATIBILITY
> #include <boost/serialization/shared_ptr.hpp>
>
> Is that really an improvement?
It might be. The macro can be #defined at project level, ensuring
consistency.