Skip to content

Commit 94dc5a7

Browse files
cpplearnertkoeppe
authored andcommitted
[expr] Replace \^ with \caret
1 parent fd027ea commit 94dc5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6720,7 +6720,7 @@
67206720
\end{bnf}
67216721

67226722
\pnum
6723-
The \tcode{\^} operator groups left-to-right.
6723+
The \tcode{\caret} operator groups left-to-right.
67246724
The operands shall be of integral or unscoped enumeration type.
67256725
The usual arithmetic conversions\iref{expr.arith.conv} are performed.
67266726
Given the coefficients $\tcode{x}_i$ and $\tcode{y}_i$
@@ -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{\caret}; 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)