Age | Commit message (Expand) | Author |
---|---|---|
2021-05-26 | Correct typos in comments and documentation | per1234 |
2020-09-17 | Use std::size_t in new/delete | Matthijs Kooijman |
2020-09-17 | Optionally let new terminate on allocation failure | Matthijs Kooijman |
2020-09-17 | Make zero-sized new standards-compliant | Matthijs Kooijman |
2020-09-17 | Clean up and complete `<new>` header | Matthijs Kooijman |
2018-10-26 | Add noexcept specifier to placement new operator | Pharap |
2018-08-18 | Prevent possible compiler warning | Pharap |
2018-08-18 | Add placement new operator | Pharap |
2014-09-06 | Fixed license for new.cpp and small cosmetic changes | Cristian Maglie |
2014-09-06 | Correct implementation of gcc specific internal functions | Cristian Maglie |
2012-12-16 | Add trivial new[] and delete[] operators (Justin R. Cutler) | Cristian Maglie |
2011-04-10 | Added virtual destructor to Printable, which also requires new and delete ope... | amcewen |