mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-09 17:34:28 +02:00
Turn off NDEBUG if it is defined
[SVN r28554]
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
// accompanying file LICENSE_1_0.txt or copy at
|
// accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
#ifdef NDEBUG
|
||||||
|
# undef NDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user