Fix ambiguous 'detail' errors under msvc-8.0.

This commit is contained in:
Peter Dimov
2015-01-18 19:50:40 +02:00
parent 2beeb73e70
commit 37687b800e

View File

@ -123,9 +123,9 @@ template<class T, class U> inline void test_ne_impl( char const * expr1, char co
inline int report_errors()
{
detail::report_errors_remind().called_report_errors_function = true;
boost::detail::report_errors_remind().called_report_errors_function = true;
int errors = detail::test_errors();
int errors = boost::detail::test_errors();
if( errors == 0 )
{