This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10773: template method in base class not resolved


Synopsis: template method in base class not resolved

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Tue May 13 21:48:12 2003
State-Changed-Why:
    That's how C++ works. Methods in the base class are hidden.
    Use "using" and consult a good book on C++.
    
    Sorry
      W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10773


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]