$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2002-04-18 16:36:11
"Gennadiy Rozental" <rogeeff_at_[hidden]> wrote in message
> > and the fact that there isn't array support like there is for
> > boost::shared_array,
>
> My smart_ptr design does not have problems to handle arrays.
The discussion wasn't around whether the design of Loki::SmartPtr supports
arrays or not; it does. I was debating that you don't need it.
Andrei