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]

Re: template func + typname param: g++ says illegal, is it?


> Is g++ right saying the following is illegal C++ code? 

Thanks for your bug report. Please understand that gcc-bugs is for
posting bug reports, not for asking questions about C++; use
comp.lang.c++.moderated or comp.std.c++ for such questions. As to your
question: yes, g++ is right. A scoped name is a non-deduced context.

Regards,
Martin

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