xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/
This commit is contained in:
parent
0d54f8940b
commit
0284eef555
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ namespace xo {
|
|||
// combine the two seqno values
|
||||
std::size_t h1 = std::hash<int32_t>{}(k.first.seqno());
|
||||
std::size_t h2 = std::hash<int32_t>{}(k.second.seqno());
|
||||
return h1 ^ (h2 << 1);
|
||||
|
||||
return h1 ^ (h2 << 3);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue