www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2612] New: immutable not accepted wherever invariant is

reply d-bugmail puremagic.com writes:
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).


-- 
Jan 24 2009
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2612


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Fixed dmd 2.026


-- 
Mar 11 2009