Memory leak, but otherwise working

This commit is contained in:
Dynamitos
2023-11-16 22:58:47 +01:00
parent 35966cb5b7
commit 3dc5855d6c
27 changed files with 558 additions and 674 deletions
-1
View File
@@ -179,7 +179,6 @@ public:
, _size(std::move(other._size))
, allocator(std::move(other.allocator))
{
other.clear();
}
List(List&& other, const Allocator& alloc)
: root(std::move(other.root))