
11 Nov
2006
11 Nov
'06
5:34 p.m.
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? Thanks, Volodya