Closed telkamp closed 6 years ago
In the example usage the constructor parameter (hash) is missing: xxh::hash_state_t<64> hash_stream(hash)
xxh::hash_state_t<64> hash_stream(hash)
Fixed by adding a default parameter to hash_state_t::hash_state_t and hash_state_t::reset.
hash_state_t::hash_state_t
hash_state_t::reset
In the example usage the constructor parameter (hash) is missing:
xxh::hash_state_t<64> hash_stream(hash)