ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.333 by root, Mon Nov 19 01:23:01 2018 UTC vs.
Revision 1.334 by root, Mon Nov 19 01:37:28 2018 UTC

455 { 455 {
456 return tile == o.tile && x == o.x && y == o.y && level == o.level; 456 return tile == o.tile && x == o.x && y == o.y && level == o.level;
457 } 457 }
458}; 458};
459 459
460typedef ska::flat_hash_map<smooth_key, IV> smooth_hash; 460typedef ska::flat_hash_map<smooth_key, IV, std::hash<smooth_key>, std::equal_to<smooth_key>, slice_allocator<smooth_key>> smooth_hash;
461 461
462namespace std { 462namespace std {
463 template <> 463 template <>
464 struct hash<smooth_key> 464 struct hash<smooth_key>
465 { 465 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines