fmt/include
Florin Iucha 4d6afd7ec9 Annotate fmt::format and fmt::formatted_size as [[nodiscard]]
This prevents accidentally writing fmt::format when fmt::print was
intended. Other than running tests, there's not a good use case for
discarding the formatted output.
2021-11-25 10:21:16 -05:00
..
fmt Annotate fmt::format and fmt::formatted_size as [[nodiscard]] 2021-11-25 10:21:16 -05:00