This can be consteval
This commit is contained in:
parent
742271ad09
commit
e5d85e8f40
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue