Skip to content

Commit 6e05a52

Browse files
committed
[expr.post.incr] Fix typeface of ++ in note.
1 parent 24bb2a0 commit 6e05a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3341,7 +3341,7 @@
33413341
\begin{note}
33423342
Therefore, a function call cannot intervene between the
33433343
lvalue-to-rvalue conversion and the side effect associated with any
3344-
single postfix ++ operator.
3344+
single postfix \tcode{++} operator.
33453345
\end{note}
33463346
The result is a prvalue. The type of the result is the cv-unqualified
33473347
version of the type of the operand.

0 commit comments

Comments
 (0)