This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Dup status.

1463. Inconsistent value assignment for atomic_bool

Section: 99 [atomics.types.integral] Status: Dup Submitter: INCITS Opened: 2010-08-25 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [atomics.types.integral].

View all issues with Dup status.

Duplicate of: 1462

Discussion:

Addresses US-157

atomic_bool has a volatile assignment operator but not a non-volatile operator. The other integral types have both.

Proposed resolution:

Add a non-volatile assignment operator to atomic_bool.