[Bug c++/11339] cannot instantiate class derived from base with public virtual destructor and private operator delete
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 26 22:15:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11339
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bangerth at dealii dot org 2003-06-26 22:15 -------
gcc is right. Section 5.3.4/16 states
...access control [is] done for the allocation function, the deallocation
function (here: operator delete), and the cnostructor. [...]
W.
More information about the Gcc-bugs
mailing list