Introducing vibe.d!
    Timon Gehr 
    timon.gehr at gmx.ch
       
    Fri Apr 27 01:36:42 PDT 2012
    
    
  
On 04/27/2012 10:01 AM, Nick Sabalausky wrote:
> ...
> - Why "static this"? Seems like a strange choice since it'll run before the
> main that (I assume) vibed automatically provides - and in an undefined
> order relative to all other module ctors.
>
This is not true. The order is defined as far it matters for static 
initialisation. I think this is perfectly fine.
    
    
More information about the Digitalmars-d-announce
mailing list