mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-11 11:41:19 +02:00
864a8b5f38
Formatting a std::optional<T> where T had a custom format_as(T) function failed to compile with clang, due to set_debug_format being hidden by private inheritance. This fix makes the function available through a using clause.