http://d.puremagic.com/issues/show_bug.cgi?id=10722
--- Comment #5 from Andrej Mitrovic <[email protected]> 2013-09-12 14:31:35 PDT --- (In reply to comment #4) > This has broken my library Orange, which is being integrated as > std.serialization. Using .stringof is very unreliable (precisely because of these sort of changes, and since .stringof isn't really properly defined). I suggest using __traits(identifier, Foo.tupleof[0]) instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
