Implement std::launder for C++17
[gcc.git] / libstdc++-v3 / libsupc++ / new_opa.cc
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-09-16 Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16 Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.