Comment by spacechild1
Comment by spacechild1 6 months ago
Why? If the bound (member) function crashes, you should get a perfectly useable crash report. AFAIU his problem was that lambdas are anonymous function objects. This is not the case here, because the actual code resides in a regular (member) function.
Does a stack trace from a crash in a bound function show the line number of where the bind() took place?