Skip to content

Commit b43eaa5

Browse files
G-MorisG-Moris
authored andcommitted
constexpr
1 parent 18a1273 commit b43eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
namespace mtasa
9797
{
9898
template <class... _Types>
99-
__forceinline std::string format(const std::string_view fmt, _Types&&... _Args)
99+
constexpr std::string format(const std::string_view fmt, _Types&&... _Args)
100100
{
101101
return std::vformat(fmt, std::make_format_args(_Args...));
102102
}

0 commit comments

Comments
 (0)