mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
workaround for old MS code!
This commit is contained in:
parent
6eba8acbf2
commit
d7badaf424
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user