SGrottel - 2014-04-03

I changed (syntax, semantics, and implementation) of array::sort and fast_forward_list::sort accordingly, to be fully compatible with std::sort. I also de-deprecated array, as suggested.

One more idea:

  1. We could implement array::begin(), array::cbegin(), array::end(), and array::cend() by simply returning points to the array elements, as suggested above. These pointer are equivalent to random access iterators. It is not type-safe at all, but it would work.

Opinions?

 

Last edit: SGrottel 2014-04-03