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

[func.memfn] Correct target object by fixing typo #5202

Merged
merged 1 commit into from Jan 13, 2022

Conversation

zhihaoy
Copy link
Contributor

@zhihaoy zhihaoy commented Jan 12, 2022

Pointer to member has no function call expression (only pointer to member expression has). call_args should mean the args passed to the call wrapper.

Pointer to member has no function call expression (only pointer to member expression has). `call_args` should mean the args passed to the call wrapper.
@jensmaurer
Copy link
Member

@jwakely, please have a look.

@languagelawyer
Copy link
Contributor

I'd [also] say

- A simple call wrapper\iref{func.def} \tcode{fn}
+ A simple call wrapper\iref{func.require} \tcode{fn}

because it is defined there.

@jensmaurer why the standard doesn't refer to definitions by their names? Aren't these mismatches annoying?
Is there some technical difficulty with tracking the subclause of a definition?

@jensmaurer
Copy link
Member

@languagelawyer , there is no technical difficulty, and I've recently started to use term.xxx labels for defined terms.

Example: \label{term.odr.use}

But there is no attempt at bulk conversion. I'll address your particular case in a separate pull request.

@jensmaurer jensmaurer merged commit dae6769 into cplusplus:main Jan 13, 2022
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

4 participants