Skip to content

Commit

Permalink
[expr.post.incr] Fix typeface of ++ in note.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid committed Jan 14, 2020
1 parent 24bb2a0 commit 6e05a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,7 @@
\begin{note}
Therefore, a function call cannot intervene between the
lvalue-to-rvalue conversion and the side effect associated with any
single postfix ++ operator.
single postfix \tcode{++} operator.
\end{note}
The result is a prvalue. The type of the result is the cv-unqualified
version of the type of the operand.
Expand Down

0 comments on commit 6e05a52

Please sign in to comment.