[Issue 7115] sort function is broken with large arrays

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 30 01:37:11 PST 2016


https://issues.dlang.org/show_bug.cgi?id=7115

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com

--- Comment #6 from RazvanN <razvan.nitu1305 at gmail.com> ---
I looked into it and it seems the built-in sort for arrays has been deprecated
and the program won't compile on git HEAD (Linux/64). I don't know if there is
a way to force the compilation to succeed even though deprecated functions are
used, but using the phobos sort function completes the job gracefully.

As for bug 2819, it seems that the code which caused the error has been
removed.
I suggest we close this Issue.

--


More information about the Digitalmars-d-bugs mailing list