pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / games / deliantra / 0003-swap.patch
blobfa4e2bdec425b9fad31a8141d20f335509ded23a
1 --- a/include/util.h
2 +++ b/include/util.h
3 @@ -449,6 +449,11 @@ struct slice_allocator
5 p->~Tp ();
8 + bool operator ==(const slice_allocator &) const
9 + {
10 + return true;
11 + }
14 // basically a memory area, but refcounted