
4 Dec
2011
4 Dec
'11
6:46 p.m.
On Sun, Dec 4, 2011 at 7:17 PM, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> 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