File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 50855085 constexpr @\placeholdernc {integral-type}@ fetch_and(@\placeholdernc {integral-type}@,
50865086 memory_order = memory_order::seq_cst) noexcept;
50875087 @\placeholdernc {integral-type}@ fetch_or(@\placeholdernc {integral-type}@,
5088- memory_order = memory_order::seq_cst) volatile noexcept;
5088+ memory_order = memory_order::seq_cst) volatile noexcept;
50895089 constexpr @\placeholdernc {integral-type}@ fetch_or(@\placeholdernc {integral-type}@,
5090- memory_order = memory_order::seq_cst) noexcept;
5090+ memory_order = memory_order::seq_cst) noexcept;
50915091 @\placeholdernc {integral-type}@ fetch_xor(@\placeholdernc {integral-type}@,
50925092 memory_order = memory_order::seq_cst) volatile noexcept;
50935093 constexpr @\placeholdernc {integral-type}@ fetch_xor(@\placeholdernc {integral-type}@,
You can’t perform that action at this time.
0 commit comments