diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-04-30 09:35:03 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-04-30 11:09:49 +0300 |
| commit | f9da4640c4098107aefc6c02b12b543384cccc50 (patch) | |
| tree | 275e3dcc5a709be2e2367520a2fba294a191969f /kms++util/src | |
| parent | a31ddfd9c4e294f29b9203463022d0eac11cecc5 (diff) | |
Drop libfmt
We can use std::format() and a custom print() wrapper with C++20. When
moving to C++23, we can drop the wrapper.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kms++util/src')
| -rw-r--r-- | kms++util/src/testpat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kms++util/src/testpat.cpp b/kms++util/src/testpat.cpp index fe0988e..e424103 100644 --- a/kms++util/src/testpat.cpp +++ b/kms++util/src/testpat.cpp @@ -1,6 +1,5 @@ #include <cstring> -#include <fmt/format.h> #include <functional> #include <optional> #include <span> |
