From 2e4007413e108bc88beb4496797ad7534566aeae Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Thu, 14 Mar 2013 22:27:04 +0000 Subject: [PATCH] Assert: rollback [82428]. [SVN r83431] --- include/boost/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)