http://d.puremagic.com/issues/show_bug.cgi?id=3989
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #1 from Andrej Mitrovic <[email protected]> 2012-10-21 20:31:36 PDT --- Use fullyQualifiedName from Phobos: module test; import std.traits; class Foo { enum Boo { X } } pragma(msg, fullyQualifiedName!(Foo.Boo)); // => test.Foo.Boo .stringof is unreliable at best, *especially* for metaprogramming. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
