$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [fusion] segmented fusion 2.0
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-08-11 19:38:21
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