Compilation fixes

This commit is contained in:
momo5502 2022-01-15 11:05:08 +01:00
parent 70f7a8e658
commit 243dff67ff

View File

@ -133,7 +133,7 @@ namespace game::scripting
}
else
{
throw std::runtime_error("Unable to unbox value of type '" + value.get_type_info().bare_name() + "'");
throw std::runtime_error("Unable to unbox value of type '"s + value.get_type_info().bare_name() + "'");
}
}