$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] make_shared_array
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2012-11-01 11:06:54
Hi Olaf,
> Wouldn't mind a variant of shared_array that knows it's size either.
There is shared_range, an iterator_range subclass with shared
ownership semantics, that we put together awhile ago:
https://github.com/RhysU/shared_range
Any reason this doesn't meet your needs for a
shared_array-that-knows-its-size? I've been happily using it for some
time.
- Rhys