[Issue 1606] Cannot insert to void[int]. void[int] should be a hash	set.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan 23 22:06:52 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1606
------- Comment #6 from unknown at simplemachines.org  2008-01-24 00:06 -------
Created an attachment (id=221)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=221&action=view)
Don't allow void as a value of an associative array.
I can't imagine how this could work, since the in operator would be useless
(how can you return a pointer to a void?)  It should simply be rejected.
-[Unknown]
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list