December 01, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=623

           Summary: Assertion failure: 'global.errors' on line 2622 in file
                    'template.c'
           Product: D
           Version: 0.175
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: h3r3tic@mat.uni.torun.pl


template Mix(alias X) {}


struct Foo {
        Bar  bar;
        void foo() {}
        mixin Mix!(foo);
}


struct Bar {}


-- 

June 28, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=623


h3r3tic@mat.uni.torun.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from h3r3tic@mat.uni.torun.pl  2008-06-28 06:25 -------
Seems to work with recent DMD versions :)


--