[Issue 10722] Regression (2.064 git-head): Cannot interpret struct at compile-time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 13 06:49:45 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10722



--- Comment #9 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list