This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19919] [regression 3.3/3.4/4.0]
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Feb 2005 22:22:55 -0000
- Subject: [Bug c++/19919] [regression 3.3/3.4/4.0]
- References: <20050212034634.19919.kent@sas.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12 22:22 -------
This code is invalid and here is why:
BePlusTree::ItemList is a dependent name so it needs a typenam keyword in front of it to say that this
name is a type.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19919