Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [Serialization]Trunk Testing problems
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-03-08 15:52:32


Steven Watanabe wrote:
> AMDG
>
> Robert Ramey wrote:
>> I'm sort of stuck here.
>>
>> shared_ptr_helper.cpp looks different in my local environment.
>> Specifically shared_ptr_helper::append isn't a template. When I
>> diff with svn it seems there are no differences. I'm not sure what
>> to try next. I'll try any suggestions.
>>
>
> I suspect that this is the problem:
>
> shared_ptr_helper.hpp:

    BOOST_ARCHIVE_DECL(void)
    append(const boost::shared_ptr<const void> &);

>
> // #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.

Robert Ramey

>
> In Christ,
> Steven Watanabe


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