digitalmars.D.bugs - toString identification with imported std.thread
- Leopold Walkling (3/3) Nov 30 2006 When I import std.thread, I have to write the toString() method in std.s...
When I import std.thread, I have to write the toString() method in std.string full qualified, because if not it tries to call the object.toString(), but this doesn't work, because it doesn't accept an argument.
Nov 30 2006