forked from boostorg/utility
Stop inspect complaining that assert is used in BOOST_ASSERT.
[SVN r66574]
This commit is contained in:
@ -13,6 +13,12 @@
|
||||
// See http://www.boost.org/libs/utility/assert.html for documentation.
|
||||
//
|
||||
|
||||
//
|
||||
// Stop inspect complaining about use of 'assert':
|
||||
//
|
||||
// boostinspect:naassert_macro
|
||||
//
|
||||
|
||||
#undef BOOST_ASSERT
|
||||
|
||||
#if defined(BOOST_DISABLE_ASSERTS)
|
||||
|
Reference in New Issue
Block a user