This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/35782] support for standard layout types



------- Comment #8 from jason at gcc dot gnu dot org  2008-09-18 17:01 -------
(In reply to comment #7)
> Lawrence's suggestion won't work because the copy constructor is deleted.

It seems I was wrong about this: the wording that went into the standard
doesn't require the copy for copy-list-initialization.  Guess I need to fix the
compiler.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35782


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]