From 166e3207b75d938765c7d03d4307b7bf83cabfd5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 1 May 2005 14:30:28 +0000 Subject: [PATCH] Turn off NDEBUG if it is defined [SVN r28554] --- concept_check_fail_expected.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/concept_check_fail_expected.cpp b/concept_check_fail_expected.cpp index b3a97b9..789bdf4 100644 --- a/concept_check_fail_expected.cpp +++ b/concept_check_fail_expected.cpp @@ -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 /*