From e56cfdc8c7bd698ce0d6cd359b75c9d464c144eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 4 Jun 2015 11:41:14 +0200 Subject: [PATCH] Force invariant checking in tests --- test/stable_vector_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stable_vector_test.cpp b/test/stable_vector_test.cpp index c76675c..be1b91e 100644 --- a/test/stable_vector_test.cpp +++ b/test/stable_vector_test.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/container for documentation. // ////////////////////////////////////////////////////////////////////////////// - +#define STABLE_VECTOR_ENABLE_INVARIANT_CHECKING #include #include