diff options
Diffstat (limited to 'boost/endian/detail/lightweight_test.hpp')
-rw-r--r-- | boost/endian/detail/lightweight_test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/endian/detail/lightweight_test.hpp b/boost/endian/detail/lightweight_test.hpp index eba315c954..ba0eee2f7c 100644 --- a/boost/endian/detail/lightweight_test.hpp +++ b/boost/endian/detail/lightweight_test.hpp @@ -45,7 +45,7 @@ struct report_errors_reminder ~report_errors_reminder() { - BOOST_ASSERT(called_report_errors_function); // verify report_errors() was called + BOOST_ASSERT(called_report_errors_function); // verify report_errors() was called } }; |