From 7558af799546d145e1c611f98d2f0edb536e3c51 Mon Sep 17 00:00:00 2001 From: Dominik Drexler Date: Wed, 28 Aug 2024 11:19:47 +0200 Subject: [PATCH] . --- include/flatmemory/details/types/tuple.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flatmemory/details/types/tuple.hpp b/include/flatmemory/details/types/tuple.hpp index 5e5a858..92988bb 100644 --- a/include/flatmemory/details/types/tuple.hpp +++ b/include/flatmemory/details/types/tuple.hpp @@ -72,7 +72,7 @@ class Layout> * Builder */ -template +template class TupleEntry { TupleEntry() { static_assert(std::false_type::value, "Builder>::TupleEntry(...): Expected usage of overload."); }