From e6c68e05b0d375208868db3f077e9347bf2706c6 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 17 Mar 2024 00:04:29 +0800 Subject: [PATCH] perf: Prevent non-array uses fixed_array_size --- include/common/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/utils.hpp b/include/common/utils.hpp index ceac5a3..2f6177f 100644 --- a/include/common/utils.hpp +++ b/include/common/utils.hpp @@ -69,7 +69,7 @@ constexpr bool is_fixed_array = false; template