3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Merge pull request #2005 from waywardmonkeys/remove-macos-ifdef

Remove undef max/min on macOS.
This commit is contained in:
Nikolaj Bjorner 2018-12-03 07:18:41 -08:00 committed by GitHub
commit 9849644f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,6 @@ Revision History:
#undef max
#undef min
#endif
#ifdef __APPLE__
#undef max
#undef min
#endif
#include<fstream>
#ifdef _TRACE