* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
[gcc.git] / libstdc++-v3 / libsupc++ / new_opa.cc
2017-01-26 Jonathan WakelyPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-01 Jakub JelinekUpdate copyright years.
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.