Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [Serialization]Trunk Testing problems
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-03-08 16:09:07


Robert Ramey wrote:
> Steven Watanabe wrote:
>
>> I suspect that this is the problem:
>>
>> shared_ptr_helper.hpp:
>>
>
> BOOST_ARCHIVE_DECL(void)
> append(const boost::shared_ptr<const void> &);
>

Does not exist in the version I have.
I also checked
http://svn.boost.org/svn/boost/trunk/boost/archive/shared_ptr_helper.hpp
to make sure that it's not just my working copy.

>> // #ifdef BOOST_SERIALIZATION_SHARED_PTR_132_HPP
>> BOOST_ARCHIVE_DECL(void)
>> append(const boost_132::shared_ptr<const void> & t);
>> // #endif
>>
>> shared_ptr_helper.cpp:
>>
>> BOOST_ARCHIVE_DECL(void)
>> shared_ptr_helper::append(const boost::shared_ptr<const void> &sp)
>> ...
>> BOOST_ARCHIVE_DECL(void)
>> shared_ptr_helper::append(const boost_132::shared_ptr<const void> & t)
>>
>> Did you not commit shared_ptr_helper.hpp?
>>
>
> I did.
>
> Sorry, seems like you're seeing something that I'm not. Feel free
> to let me know what it is.
>

In Christ,
Steven Watanabe


Boost-testing list run by mbergal at meta-comm.com