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

Ensure overloads are searched in the order they are declared #566

Merged

Conversation

TristonianJones
Copy link
Collaborator

In the case when multiple overloads could be invoked during dynamic dispatch,
ensure that the overloads are searched in the order they are declared as this
will ensure that defaulting is handled correctly.

@TristonianJones TristonianJones force-pushed the deterministic-overload-order branch 4 times, most recently from 6fbdbd0 to c5e556a Compare July 14, 2022 03:16
@TristonianJones TristonianJones merged commit efc893b into google:master Jul 14, 2022
@TristonianJones TristonianJones deleted the deterministic-overload-order branch July 14, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants