This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/55120] Inaccessible virtual base constructor does not prevent generation of default constructor
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2012 17:42:20 +0000
- Subject: [Bug c++/55120] Inaccessible virtual base constructor does not prevent generation of default constructor
- Auto-submitted: auto-generated
- References: <bug-55120-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55120
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-10-29 17:42:20 UTC ---
This is http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#7 which was
closed as NAD saying "This is what was intended" but I'm not sure what "this"
is.
Jason?