-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
v4.2
-
Service Arch 2019-06-03, Service Arch 2019-06-17
AtomicWord::compareAndSwap calls down to std::atomic::compare_exchange_strong. It would be a bit easier to use if its api reflected that (and returned a boolean, instead of compare_exchange_strong's expected out parameter).