This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54812] [C++11] Delete expression doesn't respect access of defaulted destructor
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Oct 2012 21:08:04 +0000
- Subject: [Bug c++/54812] [C++11] Delete expression doesn't respect access of defaulted destructor
- Auto-submitted: auto-generated
- References: <bug-54812-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54812
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-05 21:08:04 UTC ---
Of course it should be fixed, it *must* be fixed, actually! And it's really
annoying that this bug affecting private defaulted destructors (which, I bet,
aren't that common for most programs not using SFINAE tricks!?!) is preventing
us from deploying right now the very elegant ::delete ::new pattern which
otherwise finally works pretty well. What can I add? Do your best, and thanks
again!