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