$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-01-21 08:21:46
Howard Hinnant wrote:
>
> Therefore an interface should not imply that you can handle arrays of
> objects by simply customizing the deletion policy. Smart pointers to
> arrays of objects require a different interface, including:
>
> * no dervied-to-base conversions
> * no operator*()
> * no operator->()
> * operator[](size_t)
operator[](ptrdiff_t) please. :-)