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]

[Bug c++/13339] ICE with some template code


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-12-07 11:53 -------
The second error is correct:

  join-testcase.cxx:40: error: missing template arguments

join_into_stream is the name of a class, not an ordinary function.  
You need to specify its template arguments there.  So we only have
one bug in this report.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13339


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