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 9eb92bf commit 6917710Copy full SHA for 6917710
source/expressions.tex
@@ -7168,7 +7168,7 @@
7168
Such expressions are deprecated
7169
if \tcode{E1} has volatile-qualified type
7170
and \placeholder{op} is not one of the bitwise operators
7171
-\tcode{|}, \tcode{\&}, \tcode{\~}; see~\ref{depr.volatile.type}.
+\tcode{|}, \tcode{\&}, \tcode{\^}; see~\ref{depr.volatile.type}.
7172
For \tcode{+=} and \tcode{-=},
7173
\tcode{E1} shall either have arithmetic type or be a pointer to a
7174
possibly cv-qualified completely-defined object type. In all other
0 commit comments