mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
merge with 4.7.1
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
50c93d1ad4
25 changed files with 182 additions and 103 deletions
|
@ -246,7 +246,7 @@ unsigned read_datalog(char const * file) {
|
|||
false);
|
||||
|
||||
}
|
||||
catch (out_of_memory_error) {
|
||||
catch (const out_of_memory_error &) {
|
||||
std::cout << "\n\nOUT OF MEMORY!\n\n";
|
||||
display_statistics(
|
||||
std::cout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue