workaround for old MS code!

This commit is contained in:
Jan W. Krieger 2022-08-29 13:29:41 +02:00 committed by GitHub
parent 6eba8acbf2
commit d7badaf424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,12 @@
#include <QString> #include <QString>
#include <functional> #include <functional>
#ifdef max
# undef max
#endif
#ifdef min
# undef min
#endif
/*! \brief \f$ \pi=3.14159... \f$ /*! \brief \f$ \pi=3.14159... \f$
\ingroup jkqtptools_math_basic \ingroup jkqtptools_math_basic