Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support optional<T> with format_as(T)
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.
- Loading branch information