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++/6125: template parameter of type ptr-to-member does not match


Synopsis: template parameter of type ptr-to-member does not match

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sun Sep 15 11:28:39 2002
State-Changed-Why:
    current cvs reports,
    nathan@uha:463>g++ -c 6125.cc 
    6125.cc: In member function `bool call_them::operator()(bool 
       (A::*)(std::ostream&) const)':
    6125.cc:30: warning: no return statement in function returning non-void
    6125.cc:30: warning: control reaches end of non-void function
    
    which looks right to me

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


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