
12 Aug
2011
12 Aug
'11
1:03 a.m.
On Thu, Aug 11, 2011 at 5:37 PM, Eric Niebler <eric@boostpro.com> wrote: [...]
- Fusion containers and views that are segmented (joint_view) advertize themselves as such, and the rest of their implementation goes away.
Does this imply that these segmented containers and views lose their fully linear iterators? Or would this linearization now just be encapsulated generically in, e.g., fusion::segmented_iterator? In other words, I would hope that old code that just trounced linearly through a joint_view via its iterator would still work. - Jeff