Created on 2010-08-25.00:00:00 last changed 170 months ago
Proposed resolution:
Insert a new general prototype description following the current [atomics.types.operations] p. 3 as indicated:
3 [Note: Many operations are volatile-qualified. The “volatile as device register” semantics have not changed in the standard. This qualification means that volatility is preserved when applying these operations to volatile objects. It does not mean that operations on non-volatile objects become volatile. Thus, volatile qualified operations on non-volatile objects may be merged under some conditions. -- end note]
A::A() = default;? Effects: Leaves the atomic object in an uninitialized state. [Note: These semantics ensure compatiblity with C. -- end note]
constexpr A::A(C desired); [..]
Addresses US-168
[atomics.types.operations] around p. 4: The definition of the default constructor needs exposition.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-11-11 19:19:17 | admin | set | status: open -> nad editorial |
2010-10-28 22:47:26 | admin | set | messages: + msg5175 |
2010-10-24 03:04:13 | admin | set | messages: + msg4957 |
2010-08-25 00:00:00 | admin | create |