diff --git a/tests/custom_allocator_tests.cpp b/tests/custom_allocator_tests.cpp index 2766f0a..ccee35e 100644 --- a/tests/custom_allocator_tests.cpp +++ b/tests/custom_allocator_tests.cpp @@ -55,6 +55,7 @@ class custom_allocator { custom_allocator() = default; custom_allocator(const custom_allocator&) = default; + custom_allocator& operator=(const custom_allocator&) = default; template custom_allocator(const custom_allocator&) {}