summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/mySTL/algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yassl/taocrypt/mySTL/algorithm.hpp')
-rw-r--r--extra/yassl/taocrypt/mySTL/algorithm.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/mySTL/algorithm.hpp b/extra/yassl/taocrypt/mySTL/algorithm.hpp
index d8bc29a0bb9..f6a29cf4bdb 100644
--- a/extra/yassl/taocrypt/mySTL/algorithm.hpp
+++ b/extra/yassl/taocrypt/mySTL/algorithm.hpp
@@ -27,6 +27,8 @@
namespace mySTL {
+#undef max
+#undef min
template<typename T>
inline const T& max(const T& a, const T&b)