$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [smart-ptr][containers] type of the operator[] index
From: Olaf van der Spek (ml_at_[hidden])
Date: 2011-12-04 13:46:55
On Sun, Dec 4, 2011 at 7:17 PM, Vicente J. Botet Escriba
<vicente.botet_at_[hidden]> wrote:
> Scoped_array can not take a pointer in the middle of the allocated array as
> its role is to delete it.
Let's consider shared_array then. The current implementation doesn't
support sub arrays (unfortunately), but conceptually it could.
-- Olaf