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;