We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3d35c commit 9ce46b0Copy full SHA for 9ce46b0
rinreport.cc
@@ -80,7 +80,7 @@ auto worker(HanderOuter<string>* ho)
80
cerr<<"Error processing file "<<file<<": "<<e.what()<<endl;
81
}
82
83
- return std::move(stat);
+ return stat;
84
85
86
int main(int argc, char** argv)
0 commit comments