Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead

[SVN r68423]
This commit is contained in:
Beman Dawes
2011-01-24 20:15:36 +00:00
parent 87875cadda
commit 3279399fe3
3 changed files with 3 additions and 4 deletions

View File

@@ -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>