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

Consistently use math mode for index notation and ellipses in INVOKE expressions #1564

Merged
merged 4 commits into from Mar 25, 2017

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Mar 20, 2017

This changes pseudocode expressions of the form INVOKE(f, t1, t2, ..., tN) so that the index notation and ellipsis are in math mode, and so not mistaken for C++ variables or the ... token.

[func.require]:
func require
and:
func require2
[func.bind] already formatted the indices this way, but used code font for the ... between the metavariables:
func bind
[func.memfn]:
func memfn
[futures.task.members]:
futures task members
and:
futures task members2

@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 20, 2017

Looks legit.

@tkoeppe tkoeppe added this to the C++17 IS milestone Mar 25, 2017
@zygoloid zygoloid merged commit 98b491c into cplusplus:master Mar 25, 2017
@jwakely jwakely deleted the dots branch March 26, 2017 21:12
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