From 84fa956568d42ee5dd6dce33a6cc52f312ff3d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Jan 2026 00:39:13 +0100 Subject: [PATCH] Add overaligned vector test --- test/vector_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/vector_test.cpp b/test/vector_test.cpp index 91692aa..9286623 100644 --- a/test/vector_test.cpp +++ b/test/vector_test.cpp @@ -72,10 +72,10 @@ int main() typedef allocator ShmemCopyAllocator; typedef boost::container::vector MyCopyVector; -/* + typedef allocator ShmemOveralignedAllocator; typedef boost::container::vector MyOveralignedVector; -*/ + if(test::vector_test()) return 1; @@ -90,10 +90,10 @@ int main() if(test::vector_test()) return 1; -/* + if(test::vector_test()) return 1; -*/ + if(test_expand_bwd()) return 1;