$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost range - Add variadic join/zip
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2013-05-10 10:51:36
On 10 May 2013 15:31, Jeff Flinn wrote:
> The closest existing practice I see is the std::mismatch algorithm which
> requires the first of the two input sequences to be the longest, and only
> checks first1 != last1.
As an aside, see
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3607.html
which was voted into C++14