Array Sort and Reverse Deprecation

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Sat May 20 04:23:54 PDT 2017


On 20.05.2017 12:52, Lucia Cojocaru wrote:
> Hi,
>
> I see array.sort and array.reverse are still in the deprecation phase.
> Is there any planned date for their removal?
>
> Deprecation: use std.algorithm.sort instead of .sort property
> Deprecation: use std.algorithm.reverse instead of .reverse property
>
> Thanks,
> Lucia

I don't think there is.

There is this PR that turns the deprecation messages into compilation 
errors: https://github.com/dlang/dmd/pull/6554


More information about the Digitalmars-d mailing list