
1 Nov
2012
1 Nov
'12
3:06 p.m.
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