http://d.puremagic.com/issues/show_bug.cgi?id=10722
--- Comment #9 from Andrej Mitrovic <[email protected]> 2013-09-13 06:49:43 PDT --- .stringof representation has changed in many parts of the compiler, I guess this current usage of it had the biggest effect yet. I suggest we add a note in the documentation to avoid using .stringof for code-generation, and prefer things like __traits(identifier), or one of the Phobos helper functions such as "fullyQualifiedName". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
