LambdaとClosuresとC++

http://herbsutter.spaces.live.com/blog/cns!2D4327CC297151BB!785.entry
Lambda functions and closuresって節には以下のように。

For me, easily the biggest news of the meeting was that we voted lambda functions and closures into C++0x. I think this will make STL algorithms an order of magnitude more usable, and it will be a great boon to concurrent code where it's important to be able to conveniently pass around a piece of code like an object, to be invoked wherever the program sees fit (e.g., on a worker thread).

ほほう。
C++0xに追加してくれるように投票した、ですか。

http://alfalfa.livedoor.biz/archives/51265831.html

WEB巡回 - mmasudaのはてな日記経由で。
これはあまりにも傑作なので個人的にメモ。