Files
fmt/include/fmt
Ole Bøe 864a8b5f38 fix: support optional<T> with format_as(T) (#3713)
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.
2023-11-16 15:02:33 -08:00
..
2023-06-13 18:58:15 +03:00
2023-07-20 12:35:01 -07:00
2023-10-14 06:52:43 -07:00
2023-11-07 09:24:33 -10:00
2023-10-14 06:52:43 -07:00
2023-05-12 07:05:14 -07:00