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 libstdc++/61458] std::aligned_storage is bigger than expected


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61458

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
P.S. this isn't an urgent problem for the library, as we don't use
aligned_storage<N> internally, we always use __aligned_buffer<T> which
specifies the alignment explicitly rather than relying on the 16-byte default.


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