File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1150
1150
bool compare_exchange_strong(@\placeholder {integral}@&, @\placeholder {integral}@,
1151
1151
memory_order = memory_order_seq_cst) const noexcept;
1152
1152
1153
- void wait(integral, memory_order = memory_order::seq_cst) const noexcept;
1153
+ void wait(@ \placeholdernc { integral}@ , memory_order = memory_order::seq_cst) const noexcept;
1154
1154
void notify_one() noexcept;
1155
1155
void notify_all() noexcept;
1156
1156
2080
2080
@\placeholdernc {integral}@ fetch_xor(@\placeholdernc {integral}@, memory_order = memory_order::seq_cst) volatile noexcept;
2081
2081
@\placeholdernc {integral}@ fetch_xor(@\placeholdernc {integral}@, memory_order = memory_order::seq_cst) noexcept;
2082
2082
2083
- void wait(integral, memory_order = memory_order::seq_cst) const volatile noexcept;
2084
- void wait(integral, memory_order = memory_order::seq_cst) const noexcept;
2083
+ void wait(@ \placeholdernc { integral}@ , memory_order = memory_order::seq_cst) const volatile noexcept;
2084
+ void wait(@ \placeholdernc { integral}@ , memory_order = memory_order::seq_cst) const noexcept;
2085
2085
void notify_one() volatile noexcept;
2086
2086
void notify_one() noexcept;
2087
2087
void notify_all() volatile noexcept;
You can’t perform that action at this time.
0 commit comments