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++/55576] Fails to compile a call to template member function


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

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-12-04 11:04:45 UTC ---
I've been trying to find the relevant text in the standard but I'm not entirely
sure where this is covered. Possibly [temp.local] paras 3-5, including

"The injected-class-name of a class template or class template specialization
can be used either as a template-name or a type-name wherever it is in scope."


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