Skip to content

Commit 713bdee

Browse files
committed
[atomics.types.operations.req] Remove mention of atomic_address.
1 parent c292723 commit 713bdee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/atomics.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,7 @@
721721

722722
\begin{itemize}
723723
\item an \textit{A} refers to one of the atomic types.
724-
\item a \textit{C} refers to its corresponding non-atomic type. The
725-
\tcode{atomic_address} atomic type corresponds to the \tcode{void*} non-atomic type.
724+
\item a \textit{C} refers to its corresponding non-atomic type.
726725
\item an \textit{M} refers to type of the other argument for arithmetic operations. For
727726
integral atomic types, \textit{M} is \textit{C}. For atomic address types, \textit{M} is
728727
\tcode{std::ptrdiff_t}.

0 commit comments

Comments
 (0)