Skip to content

Commit 0739dc2

Browse files
authored
[over.oper.general] Clarify operator functions being inherited from base classes
1 parent 85f4bb4 commit 0739dc2

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
@@ -3342,8 +3342,8 @@
33423342
Likewise, the meaning of the operators (unary) \tcode{\&} and \tcode{,} (comma)
33433343
can be changed for specific enumeration types.
33443344
\indextext{overloaded operator!inheritance of}%
3345-
Operator functions are inherited in the same manner as other base class
3346-
functions.
3345+
Operator functions are inherited in the same manner as other
3346+
member functions of a base class\iref{class.member.lookup}.
33473347

33483348
\pnum
33493349
An operator function shall be a

0 commit comments

Comments
 (0)