Lambda expressions with Microsoft Visual Studio 2010

Last edited on

Microsoft Visual Studio 2010 does not provide complete support for C++11. Therefore expressions in the form

[](int x) { return x; }

may not compile when they are instrumented. To support such expressions, Coco provides an experimental instrumentation than can be activated with the command line option --cs-vs2010-lambda.