hash: ensure all values passed to `mix` are of the same type

This commit is contained in:
Danny Robson 2020-10-27 15:31:43 +10:00
parent b2abc7e7f8
commit 61ac466161
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace cruft::hash {
template <typename ValueT, typename ...ArgsT>
constexpr ValueT
mix (ValueT &&head, ValueT &&tail, ArgsT&&...args)
mix (ValueT head, ValueT tail, ArgsT&&...args)
{
return mix (
mix (