Calling a private constructor of class 'std::__1::thread' error appears for function on xcode c++

前端 未结 0 1576
萌比男神i
萌比男神i 2020-12-06 00:15
void NSIM :: Operations(){
    for(int i = 0; i < NS.size(); i++){
        thread temp(&SIM::selectInst, NS[i], DM ,i);      <== this function creates the          


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