https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65122
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-09-26 Ever confirmed|0 |1 --- Comment #20 from Jonathan Wakely <redi at gcc dot gnu.org> --- In C++17 std::allocator no longer says "It is implementation-defined whether over-aligned types are supported" and is no longer required to call operator new(size_t), it is supposed to use the over-aligned form as appropriate. We should do that when __cpp_aligned_new is defined.