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