This can be consteval

This commit is contained in:
King_DuckZ 2022-05-24 16:40:39 +02:00
parent 742271ad09
commit e5d85e8f40

View file

@ -130,7 +130,7 @@ namespace wren {
}
template <dhandy::bt::string S1, dhandy::bt::string S2>
constexpr ModuleAndName make_module_and_name() {
consteval ModuleAndName make_module_and_name() {
using dhandy::bt::string;
using StaticStorage = detail::ModuleAndNameStaticStorage<S1 + string("\0") + S2>;