Compare commits
2 commits
8c47cc60a0
...
8b47a9d0f8
Author | SHA1 | Date | |
---|---|---|---|
8b47a9d0f8 | |||
456cf1ef3f |
|
@ -105,6 +105,3 @@ template <> struct std::hash<Coord<ull>> {
|
||||||
return (c.x << (sizeof(std::size_t) / 2)) - c.x + c.y;
|
return (c.x << (sizeof(std::size_t) / 2)) - c.x + c.y;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef Coord<int> icoord;
|
|
||||||
typedef Coord<ull> ullcoord;
|
|
||||||
|
|
Loading…
Reference in a new issue