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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 12 14:31:36 PDT 2013


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



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


More information about the Digitalmars-d-bugs mailing list