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

[std] Consistently use 'overload set'. #3588

Merged
merged 1 commit into from Jan 14, 2020
Merged

Conversation

jensmaurer
Copy link
Member

Define the term in [basic.lookup] and use it throughout.
Avoid the term 'set of overloaded functions', because it
is ambiguous with the declaration view in [over.load].
(An overload set might contain functions from different
scopes that cannot be overloaded per [over.load].)

Fixes #3297.

@jensmaurer
Copy link
Member Author

@zygoloid, do you want a CWG review for this rather simple renaming exercise?

source/templates.tex Outdated Show resolved Hide resolved
@zygoloid zygoloid added the changes requested Changes to the wording or approach have been requested and not yet applied. label Jan 13, 2020
Define the term in [basic.lookup] and use it throughout.
Avoid the term 'set of overloaded functions', because it
is ambiguous with the declaration view in [over.load].
(An overload set might contain functions from different
scopes that cannot be overloaded per [over.load].)
@jensmaurer jensmaurer removed the changes requested Changes to the wording or approach have been requested and not yet applied. label Jan 14, 2020
@zygoloid zygoloid merged commit 24bb2a0 into cplusplus:master Jan 14, 2020
@jensmaurer jensmaurer deleted the c24 branch January 15, 2020 22:54
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.

fix residual suggestions that overload resolution might not always happen
2 participants