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

[dcl.enum, conv.prom] Style min/max subscripts as labels, not variables. #1339

Merged
merged 1 commit into from Jan 10, 2017

Conversation

Eelis
Copy link
Contributor

@Eelis Eelis commented Jan 7, 2017

No description provided.

@@ -2129,14 +2129,14 @@
the enumeration are the values of the underlying type. Otherwise,
for an enumeration where $e_\mathit{min}$ is the smallest enumerator and
$e_\mathit{max}$ is the largest, the values of the enumeration are the
values in the range $b_{min}$ to $b_{max}$, defined as follows: Let $K$
values in the range $b_\mathit{min}$ to $b_\mathit{max}$, defined as follows: Let $K$
Copy link
Contributor

Choose a reason for hiding this comment

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

I would strongly prefer b_\text{min}. The "min" is not a variable, but a label. It should not be styled as a variable.

@Eelis Eelis changed the title [dcl.enum] Add missing \mathit around min/max subscripts. [dcl.enum, conv.prom] Style min/max subscripts as labels, not variables. Jan 9, 2017
@jensmaurer
Copy link
Member

Looks good to me.

@tkoeppe tkoeppe merged commit ef53b9c into cplusplus:master Jan 10, 2017
@Eelis Eelis deleted the minmax branch January 10, 2017 02:48
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

3 participants