Merge branch 'develop' of https://github.com/eldiener/core into develop

This commit is contained in:
Peter Dimov
2016-09-10 01:06:07 +03:00
3 changed files with 23 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ inline int report_errors()
} // namespace boost
#define BOOST_TEST(expr) ((expr)? (void)0: ::boost::detail::test_failed_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION))
#define BOOST_TEST_NOT(expr) BOOST_TEST(!(expr))
#define BOOST_ERROR(msg) ( ::boost::detail::error_impl(msg, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION) )