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:10:25 +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
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-05 21:10:25 UTC ---
Let's ask Jason right now, if he can see a smart way to do access control on
defaulted destructors...