From: MuTPu4 (mutpu4_at_[hidden])
Date: 2006-11-13 08:26:06


While using standart algorithm wrappers (::boost::lambda::ll) I find out
that
there is no way to call non-constant versions of begin/end without defining
new
helper functors in the user code. In other words, algorithms like ll::sort
as-
is are unusable.
I think it would be nice to add a pair of non-const helper functors, i.e.
call_mutable_begin and call_mutable_end to the library.