mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
parent
e0e16be802
commit
1cdb78c30a
@ -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)
|
||||
|
||||
@ -89,9 +89,9 @@ namespace boost
|
||||
#endif
|
||||
|
||||
namespace boost
|
||||
{
|
||||
namespace assertion
|
||||
{
|
||||
{
|
||||
namespace assertion
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
inline void assertion_failed_msg(char const * expr, char const * msg, char const * function,
|
||||
|
Loading…
x
Reference in New Issue
Block a user