mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
undef max/min on apple to avoid warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19e291f479
commit
83c6043741
2 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ Revision History:
|
||||||
#include<iomanip>
|
#include<iomanip>
|
||||||
#include"mpff.h"
|
#include"mpff.h"
|
||||||
#include"mpn.h"
|
#include"mpn.h"
|
||||||
#include"mpz.h"
|
#include"mpz.h"g
|
||||||
#include"mpq.h"
|
#include"mpq.h"
|
||||||
#include"bit_util.h"
|
#include"bit_util.h"
|
||||||
#include"trace.h"
|
#include"trace.h"
|
||||||
|
|
|
@ -24,6 +24,10 @@ Revision History:
|
||||||
#undef max
|
#undef max
|
||||||
#undef min
|
#undef min
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#undef max
|
||||||
|
#undef min
|
||||||
|
#endif
|
||||||
#include<fstream>
|
#include<fstream>
|
||||||
|
|
||||||
#ifdef _TRACE
|
#ifdef _TRACE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue