Waybar/src/modules/upower
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
..
upower.cpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
upower_tooltip.cpp refactor: lint 2022-04-06 08:37:19 +02:00