Debugging which destructor is freezing the return of my function

后端 未结 0 1982
情话喂你
情话喂你 2021-01-30 02:42

I have a function that returns an int, but uses an object called Handler inside of it:

int handler() {
    Handler myHandler;
    //...
    return 0;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题