From b2eddfabffeb78fc5b49f9c17d70175d2dfed2e0 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 31 Dec 2024 01:16:12 +0100 Subject: Some work on buffer move --- asl/tests/buffer_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/tests/buffer_tests.cpp') diff --git a/asl/tests/buffer_tests.cpp b/asl/tests/buffer_tests.cpp index 4c2d2c1..15cc391 100644 --- a/asl/tests/buffer_tests.cpp +++ b/asl/tests/buffer_tests.cpp @@ -46,6 +46,8 @@ struct CounterAllocator { asl::GlobalHeap::dealloc(ptr, layout); } + + constexpr bool operator==(const CounterAllocator&) const { return true; } }; static_assert(asl::allocator); -- cgit