Skip to content

Commit 47da0e8

Browse files
authored
[over.oper.general] Change "basic type" to "fundamental type" (#7287)
The term "basic type" is used twice in this note but it's never defined anywhere, nor used.
1 parent 40228c6 commit 47da0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/overloading.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3380,14 +3380,14 @@
33803380
\pnum
33813381
\indextext{operator}%
33823382
\begin{note}
3383-
The identities among certain predefined operators applied to basic types
3383+
The identities among certain predefined operators applied to fundamental types
33843384
(for example,
33853385
\tcode{++a} $\equiv$
33863386
\tcode{a+=1})
33873387
need not hold for operator functions.
33883388
Some predefined operators, such as
33893389
\tcode{+=},
3390-
require an operand to be an lvalue when applied to basic types;
3390+
require an operand to be an lvalue when applied to fundamental types;
33913391
this is not required by operator functions.
33923392
\end{note}
33933393

0 commit comments

Comments
 (0)