Ticket #7028: 7028.patch
File 7028.patch, 626 bytes (added by , 10 years ago) |
---|
-
boost/assert.hpp
28 28 29 29 #undef BOOST_ASSERT 30 30 31 #if defined(BOOST_DISABLE_ASSERTS) 31 #if defined(BOOST_DISABLE_ASSERTS) || defined(NDEBUG) 32 32 33 33 # define BOOST_ASSERT(expr) ((void)0) 34 34 … … 89 89 #endif 90 90 91 91 namespace boost 92 { 93 namespace assertion 94 { 92 { 93 namespace assertion 94 { 95 95 namespace detail 96 96 { 97 97 inline void assertion_failed_msg(char const * expr, char const * msg, char const * function,