On Wed May 21 2008 19:00:27 Jordi Gutiérrez Hermoso wrote:
> The problem seems to be that all of my functions being named f are
> somehow colliding with each other.

Annotated C++ Reference Manual, Ellis & Stroustrup, Section 13.1
(Declaration Matching).  "A function member of a derived class is
not in the same scope as a function member of the same name in a
base class."

--Mike Bird


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to