From 85ab89a08b8d52b470d6d814c30902d372751fdf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 13 Nov 2022 08:40:51 +0100 Subject: [PATCH] util/IntrusiveHashSet: add missing `typename` (to make clang happy) --- src/util/IntrusiveHashSet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/IntrusiveHashSet.hxx b/src/util/IntrusiveHashSet.hxx index 8ddeefbfd..cdcc76bd6 100644 --- a/src/util/IntrusiveHashSet.hxx +++ b/src/util/IntrusiveHashSet.hxx @@ -96,7 +96,7 @@ struct IntrusiveHashSetMemberHookTraits { * embedded with a compile-time fixed size in this object. */ template, bool constant_time_size=false> class IntrusiveHashSet {