Boost logo

Boost Testing :

From: Martin Wille (mw8329_at_[hidden])
Date: 2005-06-01 11:47:34


Hi,

a using directive in line 68 of boost/test/unit_test_log.hpp
causes the identifier boost::unit_test::log to clash with the
double ::log(double) function that lives in the global namespace
in the gcc 2 implementation.

A solution would be to explicitly specify the namespace when
boost::unit_test::log gets used or to create a reference named
log to boost::unit_test::log in the local scope.

Although I'm generally not fond of putting much effort into
supporting gcc 2, I think this one is not hard to fix and fixing
it will help those who want to support gcc 2.95 and use Boost.Test.

Regards,
m
Send instant messages to your online friends http://au.messenger.yahoo.com


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