From c6f3dce91a69f0ba72e4c41ced9cf5c59a3ce589 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 20 Jun 2001 11:42:44 +0000 Subject: [PATCH] Fixed VC6+STLport-4.1b6 (changed preprocessor logic) [SVN r10360] --- include/boost/integer_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index a7813aa..e480290 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -159,7 +159,7 @@ class integer_traits : public std::numeric_limits, public detail::integer_traits_base { }; -#elif defined(ULONGLONG_MAX) +#elif defined(ULONGLONG_MAX) && !defined(BOOST_MSVC) && !defined(__BORLANDC__) template<> class integer_traits : public std::numeric_limits,