mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-11 03:54:48 +00:00
Changed: Minor change
This commit is contained in:
parent
1d0f9be840
commit
b51dece5e4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ private:
|
||||||
|
|
||||||
struct CHash
|
struct CHash
|
||||||
{
|
{
|
||||||
enum { bucket_size = 4, min_buckets = 8, };
|
enum { bucket_size = 4, min_buckets = 8 };
|
||||||
size_t operator () (const TEntityIndex& index) const { return index.getIndex(); }
|
size_t operator () (const TEntityIndex& index) const { return index.getIndex(); }
|
||||||
bool operator() (const TEntityIndex& left, const TEntityIndex& right) { return left < right; }
|
bool operator() (const TEntityIndex& left, const TEntityIndex& right) { return left < right; }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue