From 37687b800e7740c5dc460499c52be7807eeec6da Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 18 Jan 2015 19:50:40 +0200 Subject: [PATCH] Fix ambiguous 'detail' errors under msvc-8.0. --- include/boost/core/lightweight_test.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/core/lightweight_test.hpp b/include/boost/core/lightweight_test.hpp index f5943b3..cdc8a72 100644 --- a/include/boost/core/lightweight_test.hpp +++ b/include/boost/core/lightweight_test.hpp @@ -123,9 +123,9 @@ template 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 ) {