Assert: rollback [82428].

[SVN r83431]
This commit is contained in:
Vicente J. Botet Escriba
2013-03-14 22:27:04 +00:00
parent 98bb9e6300
commit 2e4007413e

View File

@ -28,7 +28,7 @@
#undef BOOST_ASSERT
#if defined(BOOST_DISABLE_ASSERTS) || defined(NDEBUG)
#if defined(BOOST_DISABLE_ASSERTS)
# define BOOST_ASSERT(expr) ((void)0)