We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76a20f + f883193 commit 85fe892Copy full SHA for 85fe892
src/atomics.md
@@ -4,7 +4,7 @@ Rust pretty blatantly just inherits the memory model for atomics from C++20. Thi
4
due to this model being particularly excellent or easy to understand. Indeed,
5
this model is quite complex and known to have [several flaws][C11-busted].
6
Rather, it is a pragmatic concession to the fact that *everyone* is pretty bad
7
-at modeling atomics. At very least, we can benefit from existing tooling and
+at modeling atomics. At the very least, we can benefit from existing tooling and
8
research around the C/C++ memory model.
9
(You'll often see this model referred to as "C/C++11" or just "C11". C just copies
10
the C++ memory model; and C++11 was the first version of the model but it has
0 commit comments