digitalmars.D.bugs - toString identification with imported std.thread
- Leopold Walkling <leopold_walkling web.de> Nov 30 2006
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








Leopold Walkling <leopold_walkling web.de>