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

[basic.fundamental] Itemize uses of void expressions #6465

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Eisenwave
Copy link
Contributor

@Eisenwave Eisenwave commented Aug 19, 2023

image

This edit improves readability of the paragraph by neatly splitting the list of uses into bullets. Furthermore, some (implicit) bullets are reordered, so that statements and expressions are grouped together.

Also, the enumeration "typeid, noexcept, or decltype" is split up. This helps clarify whether a noexcept specification, or a noexcept operator is referred to. Additional forward references to the relevant sections are added.

Last but not least, the current wording for conversion to cv void is redundant. The referenced sections already state that a conversion to cv void is possible; this doesn't need to be normative wording. The references can be moved into the relevant bullet, and the redundant wording can be removed.

Copy link
Member

@jensmaurer jensmaurer left a comment

Choose a reason for hiding this comment

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

Looks like a nice improvement in clarity to me.

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