From 817bec7a23cb8ee20947547eefa3b4cca70525c9 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 11 Dec 2012 12:06:31 -0800 Subject: Doc: Remove the mention of non-atomic convenience operators in QAtomic For two reasons: 1) those operators are gone and 2) the ones that remain are atomic. Task-number: QTBUG-28532 Task-number: QTBUG-24627 Change-Id: I1e9d1b076d923546c1ee3d45f312066590f97416 Reviewed-by: Olivier Goffart --- dist/changes-5.0.0 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 3749f18d64..a969fc84d5 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -11,6 +11,12 @@ information about a particular change. * Source incompatible changes * **************************************************************************** +- QAtomicInt's and QAtomicPointer's non-atomic convenience methods + (i.e., operator=, operator int / operator T*, operator!, operator==, + operator!= and operator->) have been removed as they did implicit + loads and stores of unspecified memory ordering. Code dealing with + is expected to use load(), loadAquire(), store() and storeRelease() + as necessary instead. - QObject * The signatures of the connectNotify() and disconnectNotify() functions -- cgit v1.2.3