Commit Graph

5 Commits (5f66e004d80e3ec8bb192930c64f3bd1ce59e6ba)

Author SHA1 Message Date
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
Thibault Kruse da31c7dacf extend dict 9 years ago
Thibault Kruse b6ab4ed066 spell check fix 9 years ago
Thibault Kruse ae9e7f0118 fix typos in custom spellcheck dict 10 years ago
Thibault Kruse 4a4edb5807 add hunspell spell checks, fix bugs in generation of plaintext file 10 years ago