forked from boostorg/assert
Fixed documentation and test-case typos, after Peter Dimov's review of the PR#5 (https://github.com/boostorg/assert/pull/5)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
#ifndef BOOST_ASSERT_IS_VOID
|
||||
#error "Error: BOOST_ASSERT should be void in NDEBUG"
|
||||
#error "BOOST_ASSERT should NOT be void if NDEBUG is not defined"
|
||||
#endif
|
||||
|
||||
// BOOST_DISABLE_ASSERTS, !NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user