[Issue 1986] Mixin code from website doesn't compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 1 16:04:11 PST 2012


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich at gmail.com
         Resolution|                            |FIXED


--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-01 16:04:09 PST ---
> main.d(5): Error: argument to mixin must be a string, not (GenStruct)

is now:

> Error: variable GenStruct cannot be read at compile time

and

> Error: argument to mixin must be a string,
not (str2)

is:

> Error: variable str2 cannot be read at compile time

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