mirror of
https://github.com/boostorg/utility.git
synced 2025-11-02 01:12:23 +01:00
Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
[SVN r68423]
This commit is contained in:
@@ -61,7 +61,7 @@ namespace boost
|
||||
|
||||
#define BOOST_ASSERT_MSG(expr, msg) ((void)0)
|
||||
|
||||
#elif defined(BOOST_ENABLE_ASSERT_MSG_HANDLER)
|
||||
#elif defined(BOOST_ENABLE_ASSERT_HANDLER)
|
||||
|
||||
#include <boost/current_function.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user