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++/23823] Is this right?


------- Additional Comments From bangerth at dealii dot org  2005-09-12 01:55 -------
Well, but then tell me what you expect for the case you have:  
  template<typename T>  
  void    foo::g<T, true>() {}  
How many template parameters do you give? I count one (in the   
'template <...>' angle brackets). And how many are expected (the  
language says it would be 2)?. Propose a better wording for the  
message, rather than just complaining about the existing text.  
  
W.  

-- 


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


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