This is the mail archive of the gcc@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]

Re: Can our C++ vectors hold derived classes?


On Thu, Jun 13, 2013 at 10:12:08AM +0200, Richard Biener wrote:
> > When I remove the ": public zzzA" part the earnings disappear.  Thus,
> > it seems there is an error somewhere... or am I doing something wrong?
> 
> I think you need to avoid using vl_embed vectors because their implementation
> uses offsetof.

That is all of them though.  vl_ptr uses vl_embed as its vec_ field.

	Jakub


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