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++/14020] template keyword used as a disambiguator not conforming to ISO C++ 98


------- Additional Comments From bangerth at dealii dot org  2004-02-05 00:11 -------
This was exactly the case I was talking about. In your first example, 
A is not template dependent, so A::convert<double> shouldn't have 
the "template" in the middle. 
 
W. 

-- 


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


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