From 17994eb3eda9d2be9aad55dae41562ce13531d99 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 15 Aug 2019 15:51:34 -0400 Subject: add upstream 10.15 --- zen/stl_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/stl_tools.h') diff --git a/zen/stl_tools.h b/zen/stl_tools.h index f1ab7c16..15e7f7ca 100644 --- a/zen/stl_tools.h +++ b/zen/stl_tools.h @@ -283,7 +283,7 @@ void mergeTraversal(Iterator first1, Iterator last1, } -//FNV-1a: http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function +//FNV-1a: https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function template inline Num hashBytes(ByteIterator first, ByteIterator last) { -- cgit