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

[thread.sharedtimedmutex.class] Missing "or" between bullets #375

Closed
zygoloid opened this issue Aug 22, 2014 · 0 comments
Closed

[thread.sharedtimedmutex.class] Missing "or" between bullets #375

zygoloid opened this issue Aug 22, 2014 · 0 comments

Comments

@zygoloid
Copy link
Member

DIS 14882:2014 NB comment JP 16:

In 30.4.1.4.1p3: The mixed condition of 3 clauses is ambiguous. Possibly, ‘or’ should be added after the 2nd clause. Please note that there is a period at the end of the original 2nd clause. It should be a comma.

Proposed change

The behavior of a program is undefined if:

  • it destroys a shared_timed_mutex object owned by any thread,
  • a thread attempts to recursively gain any ownership of a shared_timed_mutex, or
  • a thread terminates while possessing any ownership of a shared_timed_mutex.
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