January 24, 2009 [Issue 2612] New: immutable not accepted wherever invariant is | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2612 Summary: immutable not accepted wherever invariant is Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: andrei@metalanguage.com import std.typetuple; alias TypeTuple!(immutable(ubyte)[], ubyte[]) X; Error message: expression expected, not 'immutable' and it goes downhill from there :o). -- |
March 11, 2009 [Issue 2612] immutable not accepted wherever invariant is | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2612 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2009-03-11 14:56 ------- Fixed dmd 2.026 -- |
Copyright © 1999-2021 by the D Language Foundation