mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
remove remaining _NO_OMP_
This commit is contained in:
parent
37882f5afa
commit
9b375150eb
11 changed files with 39 additions and 71 deletions
|
@ -279,7 +279,7 @@ public:
|
|||
mpq_manager<SYNCH>& get_mpq_manager() { return m; }
|
||||
};
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
#ifndef SINGLE_THREAD
|
||||
typedef mpq_inf_manager<true> synch_mpq_inf_manager;
|
||||
#else
|
||||
typedef mpq_inf_manager<false> synch_mpq_inf_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue