From e5d85e8f40adb29921e991c9fc68f390f947941c Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 24 May 2022 16:40:39 +0200 Subject: [PATCH] This can be consteval --- include/wrenpp/detail/module_and_name.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wrenpp/detail/module_and_name.hpp b/include/wrenpp/detail/module_and_name.hpp index 4b162a7..378e5f9 100644 --- a/include/wrenpp/detail/module_and_name.hpp +++ b/include/wrenpp/detail/module_and_name.hpp @@ -130,7 +130,7 @@ namespace wren { } template - constexpr ModuleAndName make_module_and_name() { + consteval ModuleAndName make_module_and_name() { using dhandy::bt::string; using StaticStorage = detail::ModuleAndNameStaticStorage;