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

Cleanup: Replace single-use Pair struct with std::pair. #9072

Merged
merged 1 commit into from
Apr 21, 2021

Commits on Apr 21, 2021

  1. Cleanup: Replace single-use Pair struct with std::pair.

    This struct is defined in geometry_type but not used by any geometry-related
    code, only for subsidy code where both parameters are cast from int to
    NewsReferenceType.
    PeterN committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    89f03ff View commit details
    Browse the repository at this point in the history