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.
1 parent aeb9a3b commit 6dde733Copy full SHA for 6dde733
highs/presolve/HPresolve.h
@@ -146,7 +146,7 @@ class HPresolve {
146
Result my_result;
147
148
public:
149
- StatusResult(bool flag) : my_flag(flag), my_result(Result::kOk) {};
+ StatusResult(bool flag) : my_flag(flag), my_result(Result::kOk){};
150
StatusResult(Result result) : my_result(result) {
151
my_flag = (result == Result::kOk);
152
};
0 commit comments