JonasToth added a comment.

I had to revert and recommitted in rCTE348169 
<https://reviews.llvm.org/rCTE348169>. `std::unordered_map<enum class 
Something, ...>` does not work, as `std::hash` is not specialized for it. This 
behaviour seems to work for some compilers, but some not. I had to google 
myself a bit for the best solution, but now I specialized the hash-function to 
`std::hash<std::int8>()` in `unordered_set` which worked for me locally and was 
suggested. Lets see ;)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54737/new/

https://reviews.llvm.org/D54737



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to