Remove std.algorithm.completeSort.

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Jul 3 07:30:37 PDT 2012


On 7/3/12 10:01 AM, Jesse Phillips wrote:
> On Monday, 2 July 2012 at 14:05:31 UTC, Bernard Helyer wrote:
>> My main point is that it doesn't work. Even the given example does not
>> work. It should either be fixed or ditched.
>
> It does work, it just requires a sorted range instead of an arbitrary
> range.
>
> std.range.assumeSorted()
> std.algorithm.sort()
>
> take your pick for getting a sorted range.

We need to fix the example.

Andrei


More information about the Digitalmars-d mailing list