Skip to content

Add operator overloading to atomic types. #7423

Closed
@Aatch

Description

@Aatch

The C++ atomic types overload specified operators, defaulting to a sequentially consistent ordering, we should do the same.

Due to the semantics of atomic operations, however, this is blocked on assignment operator overloading (since a += b is a different operation to c = a + b) (#5992)

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

    Issue actions