Hi,
I tried lambda function in native application.
but, It raise build error. "expected expression".
I'm changed Toolchain Informations from "LLVM-3.4" to "GCC-4.8".
but It raise warning. "lambda expressions only available with -std=c++11 or -std=gun+11 [enabled by defualt]".
How can I use C++11 in native application without build warning?