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++/14364] Function should depend on template


------- Additional Comments From giovannibajo at libero dot it  2004-03-01 15:38 -------
Ben, in fact a dependent function name would be something like K::Foo(), or 
Foo<K>::Bar() (given a template parameter K). In that case, the only thing that 
is dependent is the (type of the) arguments.

Thank you anyway for the report, they are always appreciated.

-- 


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


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