Automated source translation of C++ to D

po via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 21 11:07:33 PDT 2014


  Might be pretty hard, C++ has some features D doesn't, not sure 
how you would emulate them.

C++ has these, I don't think D does:
   move only types
   r-value references
   SFINAE
   ADL
   Multiple inheritance


More information about the Digitalmars-d mailing list