$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-08-09 01:57:47
"Jeremy Siek" <jsiek_at_[hidden]> wrote in message
news:Pine.GSO.4.53.0308081729240.13704_at_zaphod.osl.iu.edu...
> [...]
> However, did he want the exact interface as boost::array? If so, I'd
> say we need a new class called ptr_array that adapts a pointer
> and a size into an array.
Or perhaps a policy-based smart pointer with an array-wrapping
policy and boost::array-like interface? ;) If the OP is using gcc 3.3,
I might be able to provide exactly such a beast.
Dave