c++/3080: Integer template parameter not matching

lerdsuwa@gcc.gnu.org lerdsuwa@gcc.gnu.org
Fri Aug 10 07:45:00 GMT 2001


Synopsis: Integer template parameter not matching

State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Fri Aug 10 07:45:29 2001
State-Changed-Why:
    Not a bug.  Perhaps you meant
      template <class _T, _T i> void foo(str<_T, i>)
    or
      template <class _T, _T i> void foo(const str<_T, i>&)
    ?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3080&database=gcc



More information about the Gcc-bugs mailing list