2015/09/19/effective-cpp-50
utterances-bot opened this issue · 1 comments
utterances-bot commented
Effective C++ 50:为什么需要自定义 new 和 delete? | Harttle Land
实现一个operator new很容易,但实现一个好的operator new却很难。
hamlet2019 commented
请问如果要在派生类中重载new和delete 需要注意什么呢?