We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9265d commit d8620c7Copy full SHA for d8620c7
test/new_delete_resource_test.cpp
@@ -12,6 +12,7 @@
12
#include <boost/container/pmr/global_resource.hpp>
13
#include <boost/container/pmr/memory_resource.hpp>
14
#include <boost/container/pmr/vector.hpp>
15
+#include <boost/container/detail/operator_new_helpers.hpp>
16
17
#include <cstddef>
18
#include <cstring>
@@ -252,9 +253,7 @@ int main()
252
253
test_allocate_default_alignment();
254
test_allocate_various_sizes();
255
test_allocate_with_alignment();
- #ifdef BOOST_CONTAINER_ALIGNED_NEW_PRESENT
256
test_allocate_over_aligned();
257
- #endif
258
test_is_equal_same();
259
test_is_equal_different();
260
test_equality_operators();
0 commit comments