Skip to content

Commit

Permalink
[stdatomic.h.syn] Remove reference to std::memory_order_consume
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Feb 16, 2025
1 parent 75746fa commit 684b1a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6385,7 +6385,6 @@

using std::@\libglobal{memory_order}@; // \seebelow
using std::@\libglobal{memory_order_relaxed}@; // \seebelow
using std::@\libglobal{memory_order_consume}@; // \seebelow
using std::@\libglobal{memory_order_acquire}@; // \seebelow
using std::@\libglobal{memory_order_release}@; // \seebelow
using std::@\libglobal{memory_order_acq_rel}@; // \seebelow
Expand Down

0 comments on commit 684b1a3

Please sign in to comment.