
11 Aug
2011
11 Aug
'11
11:38 p.m.
On Aug 11, 2011, at 12:28 AM, Eric Niebler wrote:
Also, some containers and views are naturally segmented, like joint_view. Practically all of joint_view's implementation, including its iterator, would vanish if it just advertised itself as segmented.
Thoughts? Objections?
Good work! Could this also be a starting point for compile-time/run-time segmented iterators, e.g. a fusion container of stl containers where each stl container contains a different type? Cheers, Gordon