
28 Jul
2009
28 Jul
'09
11:31 a.m.
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