Skip to content
Snippets Groups Projects
Commit 25860df2 authored by Michael Kuron's avatar Michael Kuron :mortar_board: Committed by Michael Kuron
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 978b4586
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