Hash Function
flippmoke opened this issue · 1 comments
flippmoke commented
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
artemp commented
@flippmoke - should be fairly straightforward to support hashing, in my TODO list.