[Issue 2612] New: immutable not accepted wherever invariant is
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 24 06:58:44 PST 2009
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 at digitalmars.com
ReportedBy: andrei at metalanguage.com
import std.typetuple;
alias TypeTuple!(immutable(ubyte)[], ubyte[]) X;
Error message:
expression expected, not 'immutable'
and it goes downhill from there :o).
--
More information about the Digitalmars-d-bugs
mailing list