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++/17000] parse error calling member template function of non-lvalue from within template class member


------- Additional Comments From giovannibajo at libero dot it  2004-08-12 14:34 -------
OK I got confused and thought there was a way to change the return type on 
specialization, but there obviously can't be (at least without specialize the 
entire class). Then, it makes sense for the code to be valid as-is.

Both ICC and MSVC have support for implicit typename/template (even disabling 
extensions), so they can't help on this regard.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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