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


Hi,

On 10/03/2012 09:43 PM, Marc Glisse wrote:
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.

Thus, I'm finishing testing this variant.


Thanks,
Paolo.

/////////////////////////////

Attachment: CL_53248_b
Description: Text document

Attachment: patch_53248_b
Description: Text document


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