From e543fe5ef0358bbc25bd9acdde971919a1c14f1a Mon Sep 17 00:00:00 2001 From: Razik Mazilya Date: Wed, 12 Jul 2023 00:16:56 -0500 Subject: [PATCH] Change Star::hash defintion to work around LLVM oddity --- source/core/StarHash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/StarHash.hpp b/source/core/StarHash.hpp index 0e3f67c..7ad942f 100644 --- a/source/core/StarHash.hpp +++ b/source/core/StarHash.hpp @@ -73,7 +73,7 @@ public: }; template -class hash::value>::type> { +struct hash::value>::type> { private: typedef typename std::underlying_type::type UnderlyingType;