mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix hash implementation
This commit is contained in:
parent
c72ab5c6c1
commit
3ddcd6cfd0
8 changed files with 25 additions and 23 deletions
|
@ -437,7 +437,7 @@ namespace sprout {
|
|||
}
|
||||
|
||||
SPROUT_CONSTEXPR std::size_t do_to_hash() const {
|
||||
return sprout::hash_range(begin(), end());
|
||||
return sprout::hash_range(*this);
|
||||
}
|
||||
|
||||
word_type& operator[](std::size_t i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue