Title
weak compare-and-exchange confusion III
Status
dup
Section
[atomics.types.operations]
Submitter
BSI

Created on 2010-08-25.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-25.13:05:58

[ Resolution proposed in ballot comment: ]

Fix the Remark to say whatever was intended.

Date: 2010-10-28.22:49:09

Addresses GB-135

The first sentence of [atomics.types.operations] p.23 was changed by n2992 but now makes no sense: "that is, return false while leaving the contents of memory pointed to by expected before the operation is the same that same as that of the object and the same as that of expected after the operation." There's a minor editorial difference between n2992 ("is that same as that" vs "is the same that same as that") but neither version makes sense. Also, the remark talks about "object" which should probably be "object or this" to cover the member functions which have no object parameter.

History
Date User Action Args
2010-10-28 22:49:09adminsetstatus: open -> dup
2010-10-25 13:05:58adminsetmessages: + msg5131
2010-10-24 03:04:13adminsetmessages: + msg4963
2010-08-25 00:00:00admincreate