Fix util::dynamic_bitset hash
This commit is contained in:
parent
2667d1aadb
commit
c35478ac88
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ namespace std
|
|||
template <>
|
||||
struct hash<::psemek::util::dynamic_bitset>
|
||||
{
|
||||
std::size_t operator()(::psemek::util::dynamic_bitset const & b)
|
||||
std::size_t operator()(::psemek::util::dynamic_bitset const & b) const
|
||||
{
|
||||
std::size_t result = 0x23d2ef655094f9aeull;
|
||||
for (auto value : b.storage())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue