Turn off NDEBUG if it is defined

[SVN r28554]
This commit is contained in:
Douglas Gregor
2005-05-01 14:30:28 +00:00
parent 87f5b1ab63
commit 166e3207b7

View File

@@ -3,6 +3,10 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifdef NDEBUG
# undef NDEBUG
#endif
#include <boost/concept_check.hpp>
/*