[Issue 7064] .stringof of eponymous struct/class/interface template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 4 07:36:44 PST 2011


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


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|.stringof of eponymous      |.stringof of eponymous
                   |template                    |struct/class/interface
                   |                            |template


--- Comment #1 from timon.gehr at gmx.ch 2011-12-04 07:36:43 PST ---
But that should only be the case for templated types, for example the following
should still print "1":

template X(int x) {
    enum X = x;
}
pragma(msg, X!1);

-- 
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