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

Do not use \tcode for non-syntax. #1584

Merged
merged 1 commit into from Nov 12, 2017
Merged

Do not use \tcode for non-syntax. #1584

merged 1 commit into from Nov 12, 2017

Conversation

jensmaurer
Copy link
Member

This applies to inline, public, protected, private, and friend.

Fixes #106.

\tcode{<valarray>}
as
\tcode{inline}.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this is erasing the whole paragraph rather than just the tcode bit. Was that intended?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the statement is entirely redundant with [global.functions] p1

It is unspecified whether any non-member functions in the C++ standard library are defined as inline (10.1.6).

and [member.functions] p1

It is unspecified whether any member functions in the C++ standard library are defined as inline (10.1.6).

Copy link
Contributor

@Eelis Eelis Mar 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, thanks, was just checking because this edit doesn't match the commit description.

@zygoloid
Copy link
Member

Looks good, needs rebasing.

@tkoeppe tkoeppe added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Nov 12, 2017
This applies to inline, public, protected, private, and friend.

Fixes cplusplus#106.
@jensmaurer jensmaurer removed the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Nov 12, 2017
@zygoloid zygoloid merged commit 3b938b0 into cplusplus:master Nov 12, 2017
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