October 14, 2007 [Issue 1580] New: concatenating invariant based strings should work | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1580 Summary: concatenating invariant based strings should work Product: D Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: bugzilla@digitalmars.com alias invariant(char)[] str; void test() { str a = "a"; str b = "b"; str c = a ~ b; // fails to compile } -- |
November 04, 2007 [Issue 1580] concatenating invariant based strings should work | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1580 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-11-03 21:50 ------- Fixed dmd 2.007 -- |
Copyright © 1999-2021 by the D Language Foundation