https://issues.dlang.org/show_bug.cgi?id=14841
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dmitry Olshansky <[email protected]> --- > Why then do we nag users about this when the code is functionally correct and > robust even if/when we remove the .sort property from the language? Because built-in sort is broken junk? There is good reason to get rid of that built-in and nagging message makes sure nobody would use that thing by accident. --
