[Issue 1606] New: Cannot insert to void[int]. void[int] should be a hash set.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 21 20:37:50 PDT 2007


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

           Summary: Cannot insert to void[int]. void[int] should be a hash
                    set.
           Product: DGCC aka GDC
           Version: 0.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: pop.atry at gmail.com


alias void[int] IntSet;
void main(){
  IntSet intSet;
  intSet[6] = void;
  intSet.remove(6);
}


IntSet.d(4): found ';' when expecting '.' following 'void'


-- 



More information about the D.gnu mailing list