Skip to content

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

Closed
@zygoloid

Description

@zygoloid
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zygoloid

        Issue actions

          [thread.sharedtimedmutex.class] Missing "or" between bullets · Issue #375 · cplusplus/draft