From 1df0bf80bc6bc996bd4c0dfe229626e98fc845bb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 14 Nov 2010 18:37:37 +0000 Subject: [PATCH] Stop inspect complaining that assert is used in BOOST_ASSERT. [SVN r66574] --- include/boost/assert.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/assert.hpp b/include/boost/assert.hpp index c227f17..584a756 100644 --- a/include/boost/assert.hpp +++ b/include/boost/assert.hpp @@ -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)