Test new_delete_resource overalignment in all platforms

This commit is contained in:
Ion Gaztañaga
2025-12-26 11:00:48 +01:00
parent ae9265dc7d
commit d8620c7784

View File

@@ -12,6 +12,7 @@
#include <boost/container/pmr/global_resource.hpp>
#include <boost/container/pmr/memory_resource.hpp>
#include <boost/container/pmr/vector.hpp>
#include <boost/container/detail/operator_new_helpers.hpp>
#include <cstddef>
#include <cstring>
@@ -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();