[Semi OT] Language for Game Development talk

po via Digitalmars-d digitalmars-d at puremagic.com
Sun Sep 28 10:57:14 PDT 2014


  His entire reason for not using C++ lambda, and wanting local 
functions instead, is faulty

His reason: I heard they can perform heap allocation.

Reality: No they do not perform heap allocation, that would only 
happen if you stuffed it into an std::function




More information about the Digitalmars-d mailing list