$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-11-29 11:07:23
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]>?