mirror of
https://github.com/Z3Prover/z3
synced 2026-07-22 15:05:51 +00:00
Start resolving merge conflicts with master branch
This commit is contained in:
commit
dcf81a2592
1020 changed files with 80693 additions and 20317 deletions
|
|
@ -39,7 +39,11 @@ static void hit_me(char const* wm) {
|
|||
Z3_mk_bv_sort(ctx,i);
|
||||
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
catch (std::bad_alloc&) {
|
||||
=======
|
||||
catch (const std::bad_alloc&) {
|
||||
>>>>>>> origin/master
|
||||
std::cout << "caught\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue