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 54c6bf6 commit c24e2c5Copy full SHA for c24e2c5
source/overloading.tex
@@ -2876,8 +2876,8 @@
2876
\pnum
2877
\indextext{restriction!overloading}%
2878
An operator function
2879
-shall either be a non-static member function or be a non-member function and
2880
-have at least one parameter whose type is a class, a reference to a class, an
+shall either be a non-static member function or be a non-member function that
+has at least one parameter whose type is a class, a reference to a class, an
2881
enumeration, or a reference to an enumeration.
2882
It is not possible to change the precedence, grouping, or number of operands
2883
of operators.
0 commit comments