Short list with things to finish for D2
    Bill Baxter 
    wbaxter at gmail.com
       
    Thu Nov 19 17:50:37 PST 2009
    
    
  
On Wed, Nov 18, 2009 at 8:55 PM, Robert Jacques <sandford at jhu.edu> wrote:
> For what it's worth, I used aliases of a template binary op function in
> order to do all the operator overloads of a small vec class. So I like your
> solution.
Yeh, I've done something like that before too.  So now instead of
funnelling all kinds of opBlah functions into one
template/mixin/whatever  the compiler will just eliminate the middle
man and take us right there to the template.  I like it.
--bb
    
    
More information about the Digitalmars-d
mailing list