
23 Jan
2008
23 Jan
'08
7:53 a.m.
Thorsten Ottosen skrev:
Hi Jan,
#3 I think it would be useful to add rotate() as a member function. AFAICT, it can in many times (if not all) be much faster than std::rotate() because it can simply move a few elements and then simply adjust the iterators.
Also, it seems like adding reverse() with O(1) complexity would be useful too. -Thorsten