[Issue 1606] Cannot insert to void[int]. void[int] should be a hash set.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 23 20:38:34 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1606
pop.atry at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
------- Comment #2 from pop.atry at gmail.com 2007-10-23 22:38 -------
alias void[int] IntSet;
void makeVoid(){}
void main(){
IntSet intSet;
intSet[6] = makeVoid();
intSet.remove(6);
}
But this one also does not work.
--
More information about the D.gnu
mailing list