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++/19426] template class and method with different parameter names


------- Additional Comments From douze at enseeiht dot fr  2005-01-13 14:35 -------
Created an attachment (id=7951)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7951&action=view)
short c++ code that fails

result with g++ -c 
x.i: In member function `void* Cl<N>::me(T) [with T = T, int N = 1]':
x.i:10: error: `b' undeclared

-- 


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


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