.di files have implementation??
    Andrej Mitrovic 
    andrej.mitrovich at gmail.com
       
    Sat Oct 22 19:49:17 PDT 2011
    
    
  
It's because the function is small enough to be inlineable, you can't
inline it if you've only got the prototype in the header file. So it's
optimizations at play.
    
    
More information about the Digitalmars-d-learn
mailing list