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

           Summary: alias type not equel to origin type when typeof call on
                    it
           Product: D
           Version: 2.028
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzi...@digitalmars.com
        ReportedBy: galaxyl...@gmail.com


alias type not equel to origin type when typeof call on it 
only occur on the basic type
such as:
alias int inttype;
if(is(typeof(int))    //complier error
if(is(typeof(inttype))//OK


-- 

Reply via email to