repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
games
/
deliantra
/
0003-swap.patch
blob
fa4e2bdec425b9fad31a8141d20f335509ded23a
1
--- a/include/util.h
2
+++ b/include/util.h
3
@@ -449,6 +449,11 @@ struct slice_allocator
4
{
5
p->~Tp ();
6
}
7
+
8
+ bool operator ==(const slice_allocator &) const
9
+ {
10
+ return true;
11
+ }
12
};
13
14
// basically a memory area, but refcounted