Are there C++ compilers already supporting C++0x lambda expressions?
G++ supports it in 4.5 if you enable it using -std=gnu++0x.