[v3] libstdc++/53248

Marc Glisse marc.glisse@inria.fr
Wed Oct 3 19:43:00 GMT 2012


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



More information about the Libstdc++ mailing list