From d8620c7784b2ba6187e6bfe072eed5c15124c141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 26 Dec 2025 11:00:48 +0100 Subject: [PATCH] Test new_delete_resource overalignment in all platforms --- test/new_delete_resource_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/new_delete_resource_test.cpp b/test/new_delete_resource_test.cpp index 41356ef..e7d59f2 100644 --- a/test/new_delete_resource_test.cpp +++ b/test/new_delete_resource_test.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -252,9 +253,7 @@ int main() test_allocate_default_alignment(); test_allocate_various_sizes(); test_allocate_with_alignment(); - #ifdef BOOST_CONTAINER_ALIGNED_NEW_PRESENT test_allocate_over_aligned(); - #endif test_is_equal_same(); test_is_equal_different(); test_equality_operators();