[Bugfix][Release] Add typedefs to std::hash specializations for standard compliance
According to the standard, all specializations of std::hash must export argument_type and result_type [20.8.12/1]. The version of libc++ (LLVM's alternative C++ standard library) tripped over this requirement on my machine, so this patch adds the typedefs.
Please register or sign in to comment