c++/9510: Compilation fails when calling member function templated on integer

bangerth@dealii.org bangerth@dealii.org
Sat Feb 1 20:42:00 GMT 2003


Synopsis: Compilation fails when calling member function templated on integer

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Sat Feb  1 20:42:44 2003
State-Changed-Why:
    Not a bug. You need to write
      ms.template TemplatedMemberFunction<I_>
         ^^^^^^^^
    since the expression is template parameter dependent.
    
      Wolfgang

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



More information about the Gcc-bugs mailing list