http://bugzilla.gdcproject.org/show_bug.cgi?id=202
--- Comment #9 from Sebastien Alaiwan <sebastien.alai...@gmail.com> --- This gets weirder. The following program shows the error (undefined references to curl): int main() { import std.stdio; import std.conv; stdin.byLine(); char[] s; to!int(s); parse!int(s); return 0; } But, swapping the calls to 'to' and 'parse' makes it link just fine. -- You are receiving this mail because: You are watching all bug changes.