mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
remove remaining _NO_OMP_
This commit is contained in:
parent
37882f5afa
commit
9b375150eb
11 changed files with 39 additions and 71 deletions
|
@ -816,7 +816,7 @@ public:
|
|||
bool is_even(mpq const & a) { return is_int(a) && is_even(a.m_num); }
|
||||
};
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
#ifndef SINGLE_THREAD
|
||||
typedef mpq_manager<true> synch_mpq_manager;
|
||||
#else
|
||||
typedef mpq_manager<false> synch_mpq_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue