This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36961] fails to identify template
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2008 01:07:15 -0000
- Subject: [Bug c++/36961] fails to identify template
- References: <bug-36961-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from igodard at pacbell dot net 2008-07-29 01:07 -------
Please confirm that it is an error with your associates.
First, Comeau likes it.
Second, other template functions have no trouble identifying a template base
class given a derived class. What is different about this case is that the base
class is one that takes a template rather than a class or constant. Templates
taking templates are unusual, and I'd be not surprised that g++ was
insufficiently tested in this area.
--
igodard at pacbell dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36961