mapbox/variant

Hash Function

flippmoke opened this issue · 1 comments

I do not believe that std::hash currently works with the variant type. This prevents the use of variants as the keys in STL strutures such as std::unordered_map

@flippmoke - should be fairly straightforward to support hashing, in my TODO list.