
24 Jul
2009
24 Jul
'09
12:39 p.m.
David Abrahams skrev:
Regardless, there could still be a single correct answer from the standpoint of aesthetics, purity, and orthogonality. If
drop_front(find(range, x))
does the same thing as
find[_f+1,_e]( range, x )
then you don't need the complicated meta-goop in there.
Then how would you safely implement find[_f-1,_e]( range, x ); ? -Thorsten