How to implement a custom hash function for __uint128_t?

Hi all,
How can I implement a hash function for a __uint128_t type that is
compatible with Boost?
I tried this:
#include

On Sun, Dec 9, 2012 at 3:37 PM, Scott Smedley
Try rearranging and putting the hash inclusion after your custom definition of hash_value? I'm guessing since your custom hash_value isn't findable by ADL, you'd need it declared prior to its use with hash.hpp...? - Jeff
participants (3)
-
Daniel James
-
Jeffrey Lee Hellrung, Jr.
-
Scott Smedley