[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 14:39 --- This is a dup of bug 18962 which is fixed in 3.4.4 (which is not released yet) and above. *** This bug has been marked as a duplicate of 18962 *** *** This bug has been marked as a duplicate of 18962 ***

[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread douze at enseeiht dot fr
--- Additional Comments From douze at enseeiht dot fr 2005-01-13 14:37 --- Created an attachment (id=7952) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7952&action=view) the code that works compiles ok -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19426

[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread douze at enseeiht dot fr
--- 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::me(T) [with T = T, int N = 1]

[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 14:33 --- Do you have an example code? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19426