Assert: take care of #7028.

[SVN r83428]
This commit is contained in:
Vicente J. Botet Escriba
2013-03-14 17:46:52 +00:00
committed by Peter Dimov
parent 50e523b1bc
commit 8105f2e314

View File

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