We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292723 commit 713bdeeCopy full SHA for 713bdee
source/atomics.tex
@@ -721,8 +721,7 @@
721
722
\begin{itemize}
723
\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.
+\item a \textit{C} refers to its corresponding non-atomic type.
726
\item an \textit{M} refers to type of the other argument for arithmetic operations. For
727
integral atomic types, \textit{M} is \textit{C}. For atomic address types, \textit{M} is
728
\tcode{std::ptrdiff_t}.
0 commit comments