Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2008-03-14 18:45:58


Hmmm - there is a test - http://www.rrsd.com/boost/library_status.html

test_shared_ptr_132_text_archive

which compiles and runs. How is this different than your
situation? Doe sthe test need to be enhanced?

Robert Ramey

Clif Houck wrote:
> 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
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


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