This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11112] wrong warning when classes have private destructors and their first member functions are not static.
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2003 18:17:28 -0000
- Subject: [Bug c++/11112] wrong warning when classes have private destructors and their first member functions are not static.
- References: <20030606170740.11112.grivet@labri.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11112
bangerth@dealii.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|wrong warning when classes |wrong warning when classes
|have private destructors and|have private destructors and
|their first member functions|their first member functions
|are not static. |are not static.
------- Additional Comments From bangerth@dealii.org 2003-06-06 18:17 -------
This is fixed in 3.3 and mainline. These versions don't produce any
warning any more, which was not very useful from the beginning.
W.