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

Inconsistent formatting of void in [meta.unary.prop] #544

Closed
timsong-cpp opened this issue Oct 8, 2015 · 0 comments
Closed

Inconsistent formatting of void in [meta.unary.prop] #544

timsong-cpp opened this issue Oct 8, 2015 · 0 comments

Comments

@timsong-cpp
Copy link
Contributor

Some rows of Table 49 in [meta.unary.prop] uses \tcode{void}. Others just use plain void without the \tcode. They should be made consistent.

AlisdairM added a commit to AlisdairM/draft that referenced this issue Apr 12, 2016
This patch address cplusplus#544.
Update all use of 'void' in type traits tables to use the codified
form \tcode{void}.  There was one use of the phrase "void types"
that I deliberately chose to not touch.

A second issue I stumbled over in this edit was inconsistent use
of cv-qualified vs. \cv-qualfied.  The latter seemed preferable,
so I applied that formatting consistently through this file for
all uses of cv-qualified that were not otherwise participating
in mark-up.
AlisdairM added a commit to AlisdairM/draft that referenced this issue Apr 15, 2016
This patch address cplusplus#544.
Update all use of 'void' in type traits tables to use the codified
form \tcode{void}.  There was one use of the phrase "void types"
that I deliberately chose to not touch.

A second issue I stumbled over in this edit was inconsistent use
of cv-qualified vs. \cv-qualfied.  The latter seemed preferable,
so I applied that formatting consistently through this file for
all uses of cv-qualified that were not otherwise participating
in mark-up.
FrankHB pushed a commit to FrankHB/draft that referenced this issue Jul 9, 2016
* [meta.unary.prop] Consistent formatting for 'void'

Fixes cplusplus#544.

Update all use of 'void' in type traits tables to use the codified
form \tcode{void}.  There was one use of the phrase "void types"
that I deliberately chose to not touch.

A second issue I stumbled over in this edit was inconsistent use
of cv-qualified vs. \cv-qualfied.  The latter seemed preferable,
so I applied that formatting consistently through this file for
all uses of cv-qualified that were not otherwise participating
in mark-up.

* Fix formatting of cv-qualifiers
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

No branches or pull requests

1 participant