mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
don't use mp[zq] synchronized mode if OpenMP mode is disabled
This commit is contained in:
parent
7d20fbb280
commit
b88596283f
10 changed files with 97 additions and 41 deletions
|
@ -39,5 +39,7 @@ std::string mpq_inf_manager<SYNCH>::to_string(mpq_inf const & a) {
|
|||
}
|
||||
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
template class mpq_inf_manager<true>;
|
||||
#endif
|
||||
template class mpq_inf_manager<false>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue