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 154
154
@\placeholdernc {integral}@ atomic_fetch_xor_explicit(volatile @\placeholder {atomic-integral}@*@\itcorr [-1]@, @\placeholdernc {integral}@, memory_order) noexcept;
155
155
@\placeholdernc {integral}@ atomic_fetch_xor_explicit(@\placeholder {atomic-integral}@*@\itcorr [-1]@, @\placeholdernc {integral}@, memory_order) noexcept;
156
156
157
- // \ref {atomics.types.operations.pointer }, partial specializations for pointers
157
+ // \ref {atomics.types.operations.pointer }, non-member overloads for atomic<T*>
158
158
template <class T>
159
159
T* atomic_fetch_add(volatile atomic<T*>*, ptrdiff_t) noexcept;
160
160
template <class T>
797
797
\indexlibrary {\idxcode {atomic<T*>}}%
798
798
799
799
\pnum
800
- The implementation shall provide the function template specializations
801
- identified as `` partial specializations for pointers '' in~\ref {atomics.syn }.
800
+ The implementation shall provide the function templates identified as
801
+ `` non-member overloads for atomic<T*> '' in~\ref {atomics.syn }.
802
802
803
803
\rSec 2[atomics.types.operations.req]{Requirements for operations on atomic types}
804
804
You can’t perform that action at this time.
0 commit comments