[Issue 12309] New: The template fullyQualifiedName returns wrong result

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 7 00:20:29 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12309

           Summary: The template fullyQualifiedName returns wrong result
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: goldmax3000 at gmail.com


--- Comment #0 from GoldMax <goldmax3000 at gmail.com> 2014-03-07 00:20:27 PST ---
DMD (current master v2.066-devel)

module main;
class Test(T,int x,string s) {}
pragma(msg,fullyQualifiedName!(Test!(int,10,"str")));

pragma prints 'main.Test!(int, T, T)'

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list