This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35782] support for standard layout types
- From: "jason at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2008 03:37:54 -0000
- Subject: [Bug c++/35782] support for standard layout types
- References: <bug-35782-365@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from jason at redhat dot com 2008-09-10 03:37 -------
Subject: Re: support for standard layout types
bkoz at gcc dot gnu dot org wrote:
> Specifically the qualities that I am looking for are:
>
> 1) be able to inherit from "C" POD and be standard layout
> 2) be able to have deleted ctor/copy ctor and be standard layout
> 3) able to do aggregate init when 1, 2
You can't have 2 and 3 under the current working paper.
http://home.twcny.rr.com/hinnant/cpp_extensions/issues_preview/lwg-active.html#845
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35782