[Issue 4213] Strange behaviour with static void[] arrays
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu May 20 12:35:52 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4213
bearophile_hugs at eml.cc changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc
--- Comment #2 from bearophile_hugs at eml.cc 2010-05-20 12:35:51 PDT ---
Note that this compiles on v2.046, but it stops compiling if you remove the
=void, so that problem can be by design:
void main() {
    void[1] a = void;
}
-- 
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