We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ab4fcb + 4d26eeb commit 3608d5aCopy full SHA for 3608d5a
cc/CatchCvExceptionWorker.h
@@ -8,7 +8,7 @@ struct CatchCvExceptionWorker : public FF::SimpleWorker {
8
std::string execute() {
9
try {
10
return executeCatchCvExceptionWorker();
11
- } catch (std::exception e) {
+ } catch (std::exception &e) {
12
return std::string(e.what());
13
}
14
0 commit comments