mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
Assert: rollback [82428].
[SVN r83431]
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user