Hello,
I want to use a cache, implemented by boost's unordered_map
, from a dynamic_bitset
to a dynamic_bitset
. The problem, of course, is that there is no default hash function from the bitset. It doesn't seem to be like a conceptual problem, but I don't know how to work out the technicalities. How should I do that?
Thanks.