Skip to content

Commit 2eaa5db

Browse files
committed
C++0x -> C++11
1 parent cf8e9f9 commit 2eaa5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/unstable/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The corresponding definitions are in librustc/middle/trans/foreign.rs.
1616
1717
The atomic intrinsics provide common atomic operations on machine
1818
words, with multiple possible memory orderings. They obey the same
19-
semantics as C++0x. See the LLVM documentation on [[atomics]].
19+
semantics as C++11. See the LLVM documentation on [[atomics]].
2020
2121
[atomics]: http://llvm.org/docs/Atomics.html
2222

0 commit comments

Comments
 (0)