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: Centralize the friend decls for nested status codes #62

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. fix: Centralize the friend decls for nested status codes

    Rely on the fact that `status_code_domain` declares `indirecting_domain`
    as `friend` and upcast the domain implementation types in places where
    we access protected `status_code_domain` member functions. This removes
    the need for custom code-domains to befriend an implementation detail.
    BurningEnlightenment authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f641994 View commit details
    Browse the repository at this point in the history