C++0x -> C++11

This commit is contained in:
Daniel Micay 2013-05-24 17:55:49 -04:00
parent cf8e9f9aec
commit 2eaa5dbb60

View File

@ -16,7 +16,7 @@ The corresponding definitions are in librustc/middle/trans/foreign.rs.
The atomic intrinsics provide common atomic operations on machine
words, with multiple possible memory orderings. They obey the same
semantics as C++0x. See the LLVM documentation on [[atomics]].
semantics as C++11. See the LLVM documentation on [[atomics]].
[atomics]: http://llvm.org/docs/Atomics.html