[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 18:19:06 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1606
davidl at 126.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from davidl at 126.com 2007-10-23 20:19 -------
void is not a value but a type.
intSet[6] = void; <--- seems you want to assign void to intSet[6]?
--
More information about the D.gnu
mailing list