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 1a373e4 commit eeb1b52Copy full SHA for eeb1b52
libpharos/path.hpp
@@ -297,7 +297,7 @@ class PathFinder : public Z3PathAnalyzer {
297
struct SolverDeleter {
298
bool owned;
299
void operator()(PharosZ3Solver *s) const { if (owned) delete s; }
300
- explicit SolverDeleter(bool owned_ = true) : owned_{owned_} {}
+ explicit SolverDeleter(bool owned_ = true) : owned{owned_} {}
301
};
302
303
// We will need Z3 for this analysis
0 commit comments