summaryrefslogtreecommitdiff
path: root/boost/core/lightweight_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/core/lightweight_test.hpp')
-rw-r--r--boost/core/lightweight_test.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/core/lightweight_test.hpp b/boost/core/lightweight_test.hpp
index f5943b3db2..cdc8a72d8b 100644
--- a/boost/core/lightweight_test.hpp
+++ b/boost/core/lightweight_test.hpp
@@ -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 )
{