AnthonyCalandra / modern-cpp-features

A cheatsheet of modern C++ language and library features.
MIT License
19.6k stars 2.08k forks source link

C++20 missing std::destroying_delete_t, std::destroying_delete #125

Closed zzombie closed 1 year ago

zzombie commented 1 year ago

https://en.cppreference.com/w/cpp/memory/new/destroying_delete

AnthonyCalandra commented 1 year ago

This seems a bit niche as well. Only looking to add features I think the majority of developers are going to use. It's basically the same reason why I haven't added lots of others like std::launder, etc. :)