
29 Nov
2006
29 Nov
'06
9:07 a.m.
Howard Hinnant wrote:
* It has cute syntax to safely handle arrays: unique_ptr<T[]>. * You can also customize the storage type (defaults to T*) by giving your deleter an optional D::pointer type.
Do you have a rationale/use cases for D::pointer and unique_ptr<T[N]>?