Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-14 02:38:56


Gennadiy Rozental wrote:

>
> "Vladimir Prus" <ghost_at_[hidden]> wrote in message
> news:ej51jl$mef$2_at_sea.gmane.org...
>>
>> Looking at:
>>
>> http://tinyurl.com/yfuxmc
>>
>> I see some unresolved symbols, for example to:
>>
>> public: void __thiscall
>> boost::test_tools::tt_detail::print_log_value<
>> char const *>::operator()
>>
>> Looking at the code, the header test_tools.hpp says:
>>
>> template<>
>> struct print_log_value<char const*> {
>> void operator()( std::ostream& ostr, char const* t );
>> };
>>
>> there's no BOOST_TEST_DECL. Likewise, test_tools.ipp does not use
>> BOOST_TEST_DECL. So, it looks like this link error is genuine problem
>> with the library.
>>
>> Gennadiy, can you take a look?
>
> What do I need to do to reproduce this?

1. Have up-to-date RC tree
2. Add to tools/build/v2/user-config.jam the following:

     using msvc : 7.1 ;

3. Go to libs/test/test
4. Run

     bjam boost_check_equal_str

- Volodya


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