|
Boost : |
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. :-)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk