diff --git a/include/boost/assert.hpp b/include/boost/assert.hpp index ed8294f..c42ea4c 100644 --- a/include/boost/assert.hpp +++ b/include/boost/assert.hpp @@ -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)