forked from boostorg/assert
Stop inspect complaining that assert is used in BOOST_ASSERT.
[SVN r66574]
This commit is contained in:
committed by
Peter Dimov
parent
6ef45db59d
commit
dd8edeacda
@@ -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