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

[intro.execution] "Sequenced before" should be a strict partial order #6434

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Eisenwave
Copy link
Contributor

@Eisenwave Eisenwave commented Aug 2, 2023

A relation which is asymmetric must also be irreflexive. Asymmetry is defined as:

A sequenced before B  =>  !(A sequenced before B)

If any evaluation E was sequenced before itself, this would yield:

E sequenced-before E  =>  !(E sequenced before E)
true                  =>  false

This is a contradiction, meaning that sequenced before is implied to be irreflexive. Ideally, this should be clearly stated, and it should be stated that it is a strict partial order since it fulfills all requirements of one.

@Eisenwave
Copy link
Contributor Author

I initially thought that this is a core issue, but it looks to be purely editorial.

See cplusplus/CWG#387

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

1 participant