forked from boostorg/container
Enable user warnings in tests to be able to fix them.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
#define STABLE_VECTOR_ENABLE_INVARIANT_CHECKING
|
||||
#include <boost/container/detail/config_begin.hpp>
|
||||
#include <memory>
|
||||
|
||||
#include <boost/container/stable_vector.hpp>
|
||||
@@ -223,5 +222,3 @@ int main()
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/container/detail/config_end.hpp>
|
||||
|
||||
Reference in New Issue
Block a user