|
Boost Testing : |
Subject: Re: [Boost-testing] [Serialization]Trunk Testing problems
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-03-08 12:33:01
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:
// #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?
In Christ,
Steven Watanabe