I wrote a global static lambda like the following:
static auto x = [] (const std::string& y){
VLOG(3) <<" y:" <<y;
};
it is giving me this error on VLOG statement.:
statement-expressions are not allowed outside functions nor in template-argument lists