waybar/src/modules/mpd
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
..
mpd.cpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
state.cpp fix: fmt 9.x deprecation warning for implicit enum conversions 2022-07-13 22:36:37 -07:00