nixpkgs/pkgs/games/deliantra/0003-swap.patch
2023-12-10 03:52:20 +01:00

15 lines
243 B
Diff

--- a/include/util.h
+++ b/include/util.h
@@ -449,6 +449,11 @@ struct slice_allocator
{
p->~Tp ();
}
+
+ bool operator ==(const slice_allocator &) const
+ {
+ return true;
+ }
};
// basically a memory area, but refcounted