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.
1 parent cf8e9f9 commit 2eaa5dbCopy full SHA for 2eaa5db
src/libstd/unstable/intrinsics.rs
@@ -16,7 +16,7 @@ The corresponding definitions are in librustc/middle/trans/foreign.rs.
16
17
The atomic intrinsics provide common atomic operations on machine
18
words, with multiple possible memory orderings. They obey the same
19
-semantics as C++0x. See the LLVM documentation on [[atomics]].
+semantics as C++11. See the LLVM documentation on [[atomics]].
20
21
[atomics]: http://llvm.org/docs/Atomics.html
22
0 commit comments