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++/17238] explicit qualification of member template is rejected


------- Additional Comments From philippe dot haution at mines-paris dot org  2004-08-30 12:28 -------
I don't think my 'template' keyword was illegal, gcc 3.2 accepts it, moreover my
code must work on Solaris and Sun's CC demands tuis syntax otherwise '<' before
'string' is understood as less than.

Does the C++ standard explicitly state that 'template' is allowed to qualify
member templates only when called on an object which is itself a template ?
Stroustrup's book is unclear about it. In that case, the bug would be in Sun's CC.

-- 


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


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