Skip to content
Snippets Groups Projects
Commit 0ac522f2 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

specialize std::hash<T> for Cell, Vector2, Vector3

This was lost in the migration from boost to std as boost::hash<T> (and thus boost::unordered_map<T,V>) uses hash_value<T> if available and std::hash<T> (and thus std::unordered_map<T,V>) does not.
parent 4f97ea03
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment