You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CppCoreGuidelines/scripts
Eliyahu Ravuna 5f66e004d8 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>.
9 years ago
..
hunspell Exception of CP.100 refined to include the "sequentially consistent memory model" only 9 years ago
nodejs repair markdown checking 9 years ago
python Remove merged git conflict 9 years ago
Makefile repair markdown checking 9 years ago