mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
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:
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…
Reference in New Issue
Block a user