Blocks in C, not C++
Blocks in C, not C++
Posted Sep 16, 2009 19:03 UTC (Wed) by ncm (guest, #165)Parent article: Tornado and Grand Central Dispatch: a quick look
The article doesn't mention that Apple has the "blocks" feature for their new non-Gcc C compiler, Clang, but not for C++. We may guess that as the GNU C++ compiler, G++, incorporates features planned for C++0xA, the new C++ "lambda" feature will be used at the library level to implement the same facilities as had to be built into the core compiler for C.
