$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2003-11-28 06:47:09
>Some people around me steadily ask for an auto_array implementation
>(Don't ask me why, personally I don't need it). Googling around I found
t>races of such a discussion in the boost group and would like to ask,
>whether there is an existing implementation of this thingee (Doug or
>others?).
I think there is one already in the sandbox.
I wonder what is better...auto_array<> or auto_ptr< boost::array<...> > ?
cheers
Thorsten