Skip to content

Commit

Permalink
[WIP] failure was caused by allocated storage not being deallocated
Browse files Browse the repository at this point in the history
… ? What happens to `vector(vector&&)` ?
  • Loading branch information
achabense committed Sep 18, 2023
1 parent 02b66e9 commit 3cb5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/std/tests/VSO_0000000_allocator_propagation/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ _CONSTEXPR20 bool test_sequence() {
test_sequence_copy_assign<Sequence, CopyAlloc<int>>(11, 22, 11); // POCCA, non-equal allocators
test_sequence_copy_assign<Sequence, CopyEqualAlloc<int>>(11, 22, 11); // POCCA, always-equal allocators

test_sequence_move_ctor<Sequence>();
// test_sequence_move_ctor<Sequence>();

test_sequence_move_alloc_ctor<Sequence>(11, 11); // equal allocators
test_sequence_move_alloc_ctor<Sequence>(11, 22); // non-equal allocators
Expand Down

0 comments on commit 3cb5d00

Please sign in to comment.