We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40228c6 commit 47da0e8Copy full SHA for 47da0e8
source/overloading.tex
@@ -3380,14 +3380,14 @@
3380
\pnum
3381
\indextext{operator}%
3382
\begin{note}
3383
-The identities among certain predefined operators applied to basic types
+The identities among certain predefined operators applied to fundamental types
3384
(for example,
3385
\tcode{++a} $\equiv$
3386
\tcode{a+=1})
3387
need not hold for operator functions.
3388
Some predefined operators, such as
3389
\tcode{+=},
3390
-require an operand to be an lvalue when applied to basic types;
+require an operand to be an lvalue when applied to fundamental types;
3391
this is not required by operator functions.
3392
\end{note}
3393
0 commit comments