
14 Oct
2010
14 Oct
'10
6:52 p.m.
On 13/10/10 21:19, David Abrahams wrote:
where's that list of algorithms again? sort, transform, merge, binary_search ...
There is no problem implementing transform, binary_search, or even sort if you assumed it worked with forward iterators. And I still very much doubt you can have a correct behaviour of std::merge for segmented iterators in the face or recursively segmented iterators.