mirror of
https://github.com/boostorg/core.git
synced 2026-05-05 12:14:16 +02:00
Evaluate expression when BOOST_NO_EXCEPTIONS is defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user