This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13399] G++ 3.3 fails to match the templatized, overloaded operator for subtypes defined in the class template
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2003 09:48:48 -0000
- Subject: [Bug c++/13399] G++ 3.3 fails to match the templatized, overloaded operator for subtypes defined in the class template
- References: <20031214150528.13399.wirawan0@softhome.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-12-15 09:48 -------
gcc is correct, since it can't deduce the template parameter for
the outer type. The code is invalid.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13399