mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Stop inspect complaining that assert is used in BOOST_ASSERT.
[SVN r66574]
This commit is contained in:
parent
71e78a0081
commit
1df0bf80bc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user