Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to c++ atomic ordering docs #264

Merged
merged 1 commit into from
May 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/atomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ received some bugfixes since then.)
Trying to fully explain the model in this book is fairly hopeless. It's defined
in terms of madness-inducing causality graphs that require a full book to
properly understand in a practical way. If you want all the nitty-gritty
details, you should check out the [C++20 draft specification (Section 31)][C++-model].
details, you should check out the [C++ specification][C++-model].
Still, we'll try to cover the basics and some of the problems Rust developers
face.

Expand Down Expand Up @@ -256,4 +256,4 @@ relaxed operations can be cheaper on weakly-ordered platforms.


[C11-busted]: http://plv.mpi-sws.org/c11comp/popl15.pdf
[C++-model]: http://eel.is/c++draft/atomics.order
[C++-model]: https://en.cppreference.com/w/cpp/atomic/memory_order