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

Exception of CP.100 refined to include the "sequentially consistent memory model" only
This commit is contained in:
Herb Sutter 2017-02-13 14:38:07 -05:00 committed by GitHub
commit 3f2e675f7d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

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