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

use italic teletype font for exposition-only identifiers in core wording #2783

Closed
zygoloid opened this issue Mar 14, 2019 · 0 comments
Closed
Assignees

Comments

@zygoloid
Copy link
Member

We have exposition-only identifiers in various parts of core wording:

[stmt.while]'s label label
[stmt.ranged]'s __range, __begin, and __end
[stmt.contin]'s label contin
[stmt.return.coroutine] / [dcl.fct.def.coroutine]'s label __final_suspend
[dcl.fct.def.coroutine]'s __promise

These are currently all plain teletype, with some being explicitly called out as for exposition only and others not. We should use the library exposition-only convention for them: italic teletype names in lower-kebab-case.

@zygoloid zygoloid self-assigned this Mar 15, 2019
zygoloid added a commit to zygoloid/cplusplus that referenced this issue Mar 15, 2019
core wording.

We already used this typeface for exposition-only identifiers in the
library wording.

Fixes cplusplus#2783.
zygoloid added a commit to zygoloid/cplusplus that referenced this issue Mar 15, 2019
core wording.

We already used this typeface for exposition-only identifiers in the
library wording.

Fixes cplusplus#2783.
zygoloid added a commit that referenced this issue Mar 15, 2019
…s in the core wording.

We already used this typeface for exposition-only identifiers in the
library wording.

Fixes #2783.
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