mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 16:45:32 +01:00
* Format unique_ptr with custom deleter Added deleter type to fmt::ptr unique_ptr overload. Deleter type is part of the unique_ptr type. * Review: apply clang-format Co-authored-by: Hans-Martin B. Jensen <haje@eposaudio.com>