Mail Archives: djgpp/1997/08/04/15:33:50
Paul Derbyshire wrote:
> Try omitting the space after "operator":
>
> inline friend Vector operator* (Matrix& mat, Vector& vect);
The original post hasn't shown up on my server, but this shouldn't be the
problem. It's perfectly legal for there to be whitespace between the
`operator' keyword and the symbol in the function name. operator new is a
good example, since you _have_ to have whitespace. Namely, I do it all
the time.
The problem is something else.
--
Erik Max Francis, &tSftDotIotE / email / mailto:max AT alcyone DOT com
Alcyone Systems / web / http://www.alcyone.com/max/
San Jose, California, United States / icbm / 37 20 07 N 121 53 38 W
\
"Love is not love which alters / when it alteration finds."
/ William Shakespeare, _Sonnets_, 116
- Raw text -