$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] AlRangeExandrescu?
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-07-28 07:31:20
David Abrahams skrev:
> No, that's not a fair assessment. drop_front and drop_back are useful
> on their own and in fact I think Andrei is already calling them
> pop_front and pop_back(?)
>
> So we're left with "find, until, and before." What's "before?"
Andrei said he would be adding before() to support the range
[_b,_f)
as until() only support
[_b,_f+1)
-Thorsten