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 pinskia at gcc dot gnu dot org  2004-02-04 22:24 -------
I think the part that really applies here is "and the
 postfix-expression or qualified-id explicitly depends on a
 template-parameter (14.6.2)" part so this bug is invalid.

The other part that applies is in the note of 14.2/5: "Note: the keyword template may not be applied to 
non-template members of class templates. ".

Unless you can prove otherwise with a source showing what the problem is, I am closing this bug as 
invalid.

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


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]