Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk