Merge pull request #763 from Eliyahu-Ravuna/patch-1

Exception of CP.100 refined to include the "sequentially consistent memory model" only
pull/355/merge
Herb Sutter 9 years ago committed by GitHub
commit 3f2e675f7d

@ -12804,7 +12804,7 @@ Read up on the ABA problem.
##### Exception
[Atomic variables](#???) can be used simply and safely.
[Atomic variables](#???) can be used simply and safely, as long as you are using the sequentially consistent memory model (memory_order_seq_cst), which is the default.
##### Note

@ -98,6 +98,7 @@ cpp
cpp98
CppCon
CRTP
cst
cstdarg
cstring
cstylecast

Loading…
Cancel
Save