Boost logo

Boost :

From: Clif Houck (chouck_at_[hidden])
Date: 2008-03-14 16:05:15


Robert Ramey <ramey <at> rrsd.com> writes:

>
> I'm not sure about the state of this. You might try the code at
> www.rrsd.com
> (1.36) and let me know how that works out.
>
> Robert Ramey
>

Simply substituting 1.36 headers from your website for the 1.35 ones, gives me
the same errors:

g++ what.cc -o what -I /home/chouck/Desktop/BoostZip/ -I
/usr/local/include/boost-1_35/ -lboost_serialization-gcc41-mt-1_35
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp: In function
‘void boost::serialization::load(Archive&, boost::shared_ptr<U>&, unsigned int)’:
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
‘null_deleter’ is not a member of ‘boost::archive::detail’
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
‘null_deleter’ is not a member of ‘boost::archive::detail’
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
template argument 2 is invalid
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
expected `>' before ‘*’ token
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
expected `(' before ‘*’ token
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:124: error:
expected primary-expression before ‘>’ token
make: *** [all] Error 1

So it appears your current headers have the same problem.

Clif


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