
5 Jul
2005
5 Jul
'05
8:15 p.m.
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.