mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix examples and C++ API - build failure
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09afb31d4c
commit
0e32c87dc3
2 changed files with 3 additions and 2 deletions
|
@ -2083,7 +2083,7 @@ bool parse_is_sat_line(char const* line, bool& is_sat) {
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
bool parse_is_sat(char const* filename, bool& is_sat) {
|
||||
std::ifstream is(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue