mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 05:54:28 +02:00
Make sure NDEBUG is undefined
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
#include <boost/container/detail/workaround.hpp>
|
#include <boost/container/detail/workaround.hpp>
|
||||||
//[doc_custom_tree
|
//[doc_custom_tree
|
||||||
#include <boost/container/set.hpp>
|
#include <boost/container/set.hpp>
|
||||||
|
|
||||||
|
//Make sure assertions are active
|
||||||
|
#ifdef NDEBUG
|
||||||
|
#undef NDEBUG
|
||||||
|
#endif
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
int main ()
|
int main ()
|
||||||
|
Reference in New Issue
Block a user