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]

Re: c++/3080: Integer template parameter not matching


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


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