Native Lambda Expressions in C++? Yes Please!!
Today I came across a situation which brought it home to me again how (in my opinion) C++ could desperately do with native lambda function support. The standard library has introduced a load of great algorithms, but providing predicates and the like to them is a real pain – and I think that because of this people tend […]
