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