This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13481] No destuctor assumed in a forward declared class when being used in template
- From: "ikm at pisem dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2003 20:54:04 -0000
- Subject: [Bug c++/13481] No destuctor assumed in a forward declared class when being used in template
- References: <20031223184614.13481.ikm@pisem.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ikm at pisem dot net 2003-12-23 20:54 -------
The compiler knows that it has at least the destructor. That would be enough for
instantiation in this case.
3.2 seemed to understand that, and it *worked*. 3.3 lost it. Maybe I demand too
much unneeded smartness of the compiler, but I really need that smartness badly.
All that is possible for now is to stick with smarter 3.2. That is why I would
like to reconsider reopening this one :(
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13481