> [Lambdas] get non-descriptive, auto-generated names. When I look at call stack of a crash I can’t map the auto-generated closure name to a function in my code.
Well, HN lazyweb, how do you override the stupid name in C++? In other languages this is possible:
Not necessary tho, the function already exists in the binary and already has a symbol. All you need is some compiler/language feature to change that symbol.
Well, HN lazyweb, how do you override the stupid name in C++? In other languages this is possible: