Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/overloading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3380,14 +3380,14 @@
\pnum
\indextext{operator}%
\begin{note}
The identities among certain predefined operators applied to basic types
The identities among certain predefined operators applied to fundamental types
(for example,
\tcode{++a} $\equiv$
\tcode{a+=1})
need not hold for operator functions.
Some predefined operators, such as
\tcode{+=},
require an operand to be an lvalue when applied to basic types;
require an operand to be an lvalue when applied to fundamental types;
this is not required by operator functions.
\end{note}

Expand Down
Loading