From 61ac4661619e782eef7366b3796d2e438e5d8b9f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 27 Oct 2020 15:31:43 +1000 Subject: [PATCH] hash: ensure all values passed to `mix` are of the same type --- hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.hpp b/hash.hpp index 99e10af8..768e1725 100644 --- a/hash.hpp +++ b/hash.hpp @@ -30,7 +30,7 @@ namespace cruft::hash { template constexpr ValueT - mix (ValueT &&head, ValueT &&tail, ArgsT&&...args) + mix (ValueT head, ValueT tail, ArgsT&&...args) { return mix ( mix (