[Issue 1654] Array concatenation should result in mutable or invariant depending on usage

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 26 13:11:30 PDT 2008


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





------- Comment #10 from htvennik at zonnet.nl  2008-03-26 15:11 -------
The following is of course wrong in my previous comment:
> 
> invariant(S) s = new S(4);   // valid
> 

It should be: 
invariant(S)* s = new S(4);   // valid


-- 



More information about the Digitalmars-d-bugs mailing list