This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10449] [3.4 only] Totally bogus error message on missing typename
- 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: 9 Nov 2003 00:26:39 -0000
- Subject: [Bug c++/10449] [3.4 only] Totally bogus error message on missing typename
- References: <20030422011600.10449.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-09 00:26 -------
Fixed:
pr10449.cc: In member function `typename Identity<T>::type Bar::func(T) [with T = Foo]':
pr10449.cc:25: instantiated from here
pr10449.cc:17: error: `Identity<T>::type' names a type, but a non-type is expected
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10449