https://issues.dlang.org/show_bug.cgi?id=13375
Cody Casterline <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Cody Casterline <[email protected]> --- Not able to reproduce that on my end: $ cat foo.d import std.regex; import std.algorithm; void foo(string bar) { split(bar, regex("_")); int[] test ; test.sort(); } void main(){} $ rdmd --force foo.d $ rdmd --version rdmd build 20140224 [...] What version are you using? --
