Compare commits

..

2 commits

Author SHA1 Message Date
phosit
e97eb59c70
Remove CStr::FromInt64$
For the usecase it's better to use `fmt::format`.
2026-08-04 20:54:49 +02:00
phosit
59ad4e9515
Remove CStr::FromUInt
There is `std::to_string` which does the same. For most uses it's better
to use `fmt::format`.
2026-08-04 20:54:38 +02:00

View file

@ -71,7 +71,7 @@
#include <miniupnpc/upnperrors.h>
#endif
#if (FMT_VERSION / 10000) > 7
#if FMT_VERSION >= 80000
#include <fmt/xchar.h>
#endif