From 3cb5d00391d319086559cd74776cb9eae42b4d69 Mon Sep 17 00:00:00 2001 From: achabense <60953653+achabense@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:09:05 +0800 Subject: [PATCH] [WIP] `failure was caused by allocated storage not being deallocated` ? What happens to `vector(vector&&)` ? --- tests/std/tests/VSO_0000000_allocator_propagation/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/std/tests/VSO_0000000_allocator_propagation/test.cpp b/tests/std/tests/VSO_0000000_allocator_propagation/test.cpp index 86aa35fa89..26ccc48881 100644 --- a/tests/std/tests/VSO_0000000_allocator_propagation/test.cpp +++ b/tests/std/tests/VSO_0000000_allocator_propagation/test.cpp @@ -457,7 +457,7 @@ _CONSTEXPR20 bool test_sequence() { test_sequence_copy_assign>(11, 22, 11); // POCCA, non-equal allocators test_sequence_copy_assign>(11, 22, 11); // POCCA, always-equal allocators - test_sequence_move_ctor(); + // test_sequence_move_ctor(); test_sequence_move_alloc_ctor(11, 11); // equal allocators test_sequence_move_alloc_ctor(11, 22); // non-equal allocators