Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support optional<T> with format_as(T) (#3712) #3713

Merged
merged 1 commit into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. 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.
    cptFracassa committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    75050ae View commit details
    Browse the repository at this point in the history