This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13481] No destuctor assumed in a forward declared class when being used in template


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]