
27 Jun
2004
27 Jun
'04
4:49 p.m.
Pavel Vozenilek wrote:
"Peter Dimov" wrote:
operator long() const { return __exchange_and_add(&value_, 0); }
The problem can be solved by making the private member "_Atomic_word value_" mutable.
Fixed in CVS.
Also second problem from: http://lists.boost.org/MailArchives/boost/msg57537.php may be reconsidered (if not done already - I don't see latest changes).
Yes, I fixed that, too.