This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14020] template keyword used as a disambiguator not conforming to ISO C++ 98
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Feb 2004 22:30:00 -0000
- Subject: [Bug c++/14020] template keyword used as a disambiguator not conforming to ISO C++ 98
- References: <20040204202720.14020.bernie@develer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-02-04 22:29 -------
There has been a clarification in one DR that "template" is only required
if the part BEFORE the dot or :: is actually dependent on a template
parameter. This was missing from the standard.
That being said, show us some code and we can check your claim.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14020