On Thu, Aug 21, 2014 at 12:34 AM, Eric Niebler <eniebler@boost.org> wrote:
[...] What Boost.Range needs is an adaptor that flattens a range of ranges into a range.
FWIW, for a different perspective, this is what XPath2 implicitly does to its sequences, because of rule#4 below. When switching from XPath1 to XPath2, this is something that stuck in my mind, and worked surprisingly well (for me). --DD