$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Fusion] How to join more than two sequences
From: Larry Evans (cppljevans_at_[hidden])
Date: 2010-09-21 11:22:43
On 09/21/10 03:01, Clinton Mead wrote:
> Hi All
>
> I've noticed the function "join" in the boost fusion library. However,
> it only joins two sequences. Was wondering whether there is (or can be
> easily made) a function that joins any number of sequences.
[snip]
Couldn't fold be used to join any number of sequences?
-Larry