This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [v3] libstdc++/53248


On Wed, 3 Oct 2012, Paolo Carlini wrote:

1) it breaks the ABI for arrays of dim 0 (I don't mind)
I know this, I think it cannot be avoided if we want to actually solve the problem.

Indeed. It could be made to not break on types with a trivial default constructor and destructor (include an used buffer of the same size as _Tp), but that's not worth it.


--
Marc Glisse


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