Aleksei Bavshin ea17a66dfc
fix: compilation errors with cpp_std=c++20
There were two main issues with fmtlib and C++20 mode:

 - `fmt::format` defaults to compile-time argument checking and requires
   using `fmt::runtime(format_string)` to bypass that.
 - `std::format` implementation introduces conflicting declarations and
   we have to specify the namespace for all `format`/`format_to` calls.
2023-01-20 22:50:02 -08:00
..
2023-01-04 16:26:50 +01:00
2022-11-24 13:08:16 +01:00
2023-01-07 01:44:25 +01:00
2022-06-01 15:35:08 +00:00
2022-04-06 08:37:19 +02:00
2022-10-26 17:26:15 +02:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-05-21 12:02:45 +02:00
2023-01-04 16:26:50 +01:00
2022-11-24 13:08:16 +01:00
2022-10-12 10:25:29 +02:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-24 13:08:16 +01:00
2022-11-16 08:04:18 +03:00