mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Exception of CP.100 refined to include the "sequentially consistent memory model" only
Atomic variables are safe with the sequentially consistent memory model (memory_order_seq_cst) only. Weakly ordered atomics cannot be considered safe for mainstream use. The exception clause of CP.100 refined to include the "sequentially consistent memory model" only. cst added to dictionary For std::memory_order_seq_cst, which is defined in <atomic>.
This commit is contained in:
@@ -95,6 +95,7 @@ cpp
|
||||
cpp98
|
||||
CppCon
|
||||
CRTP
|
||||
cst
|
||||
cstdarg
|
||||
cstring
|
||||
cstylecast
|
||||
|
||||
Reference in New Issue
Block a user