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

@@ -66,7 +66,6 @@ void test_disabled()
#undef BOOST_DISABLE_ASSERTS
#define BOOST_ENABLE_ASSERT_HANDLER
#define BOOST_ENABLE_ASSERT_MSG_HANDLER
#include <boost/assert.hpp>
#include <boost/config.hpp>
#include <cstdio>