Skip to content

Commit 6917710

Browse files
committed
[expr.ass] Fix typo, "~" should be "^".
This was a misapplication of P2327R1 in 0aebf5c.
1 parent 9eb92bf commit 6917710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7168,7 +7168,7 @@
71687168
Such expressions are deprecated
71697169
if \tcode{E1} has volatile-qualified type
71707170
and \placeholder{op} is not one of the bitwise operators
7171-
\tcode{|}, \tcode{\&}, \tcode{\~}; see~\ref{depr.volatile.type}.
7171+
\tcode{|}, \tcode{\&}, \tcode{\^}; see~\ref{depr.volatile.type}.
71727172
For \tcode{+=} and \tcode{-=},
71737173
\tcode{E1} shall either have arithmetic type or be a pointer to a
71747174
possibly cv-qualified completely-defined object type. In all other

0 commit comments

Comments
 (0)