[Issue 649] New: format() hangs in thread

Nick korslund at gmail.com
Wed Dec 6 02:31:31 PST 2006


After some digging it turns out that the problem is actually in string
concatination. So a simpler example is to exchange the call

format(1);

with

char[] r;
r ~= "a";

Nick



More information about the Digitalmars-d-bugs mailing list