Evaluate expression when BOOST_NO_EXCEPTIONS is defined

This commit is contained in:
Glen Fernandes
2020-05-02 09:34:29 -04:00
parent 6069fea76d
commit e9ff763d79
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ inline int report_errors()
}
//
#else
# define BOOST_TEST_NO_THROW(EXPR)
# define BOOST_TEST_NO_THROW(EXPR) { EXPR; }
#endif
#endif // #ifndef BOOST_CORE_LIGHTWEIGHT_TEST_HPP