mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 02:34:43 +00:00
remove remaining _NO_OMP_
This commit is contained in:
parent
37882f5afa
commit
9b375150eb
11 changed files with 39 additions and 71 deletions
|
@ -428,7 +428,7 @@ void mpq_manager<SYNCH>::rat_sub(mpq const & a, mpq const & b, mpq & c) {
|
|||
}
|
||||
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
#ifndef SINGLE_THREAD
|
||||
template class mpq_manager<true>;
|
||||
#endif
|
||||
template class mpq_manager<false>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue