I always wondered why there is no
sort(v);// same as std::sort(v.begin(),v.end())
If I recall correctly long time ago I saw a boostcon cli
There is nothing about this that requires concepts. Ranges are not any more complex than iterators really.