[Issue 4322] "void initializer has no value" on struct/union members	initialized to "void"
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jun 15 14:05:07 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4322
bearophile_hugs at eml.cc changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc
--- Comment #2 from bearophile_hugs at eml.cc 2010-06-15 14:05:06 PDT ---
Answer to Comment 1. You can try to compile this, this must raise an 'void
initializer has no value' error still:
void main() {
    void[1] a;
}
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list