Stop inspect complaining that assert is used in BOOST_ASSERT.

[SVN r66574]
This commit is contained in:
Daniel James 2010-11-14 18:37:37 +00:00
parent 71e78a0081
commit 1df0bf80bc

View File

@ -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)