Given unique_ptr and shared_ptr, we can implement a complete “no naked new” policy (§3.2.1.2) for many programs.
按:这里说的是 §3.2.1.2 中实现的那个容器具体析构函数,并不是使用裸露的 new,程序可以在这个容器的生命周期过去时把它 new 过的内存给回收掉。