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>.
2016-10-04 20:36:09 +03:00
..
hunspell Exception of CP.100 refined to include the "sequentially consistent memory model" only 2016-10-04 20:36:09 +03:00
nodejs repair markdown checking 2016-09-10 22:56:05 +09:00
python Remove merged git conflict 2016-09-13 06:42:50 +09:00
Makefile repair markdown checking 2016-09-10 22:56:05 +09:00