[Issue 600] error occurs when using template's tuple argument with typetuple having values
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 29 01:27:00 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=600
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |clugdbug at yahoo.com.au
Resolution| |FIXED
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2009-10-29 01:26:59 PDT ---
> static assert(is(Test!(int,3,2,ubyte) == ubyte));//failed
-- This one was fixed in DMD1.010 or earlier.
By DMD1.020, the other two cases display a correct error message:
test.d(21): alias test.Test!(4).Test cannot alias an expression 4
--
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