
16 Oct
2011
16 Oct
'11
2:57 a.m.
Hi Olaf,
The current shared_array doesn't keep track of size. This greatly decreases it's usefulness. So I wrote a variant that does:
I like the concept of combining a shared_array with an iterator_range. In my own work I can see an instance knowing its length, type erasure, and possibly providing custom deleter semantics being handy. I'd personally call it a shared_range. - Rhys