From bc1b510b18033ec414e514bbd476e7c59f47516a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 14 Jul 2002 11:47:42 +0000 Subject: [PATCH] Rip out mistaken "fix" based on John Maddock's advice [SVN r14446] --- include/boost/config/stdlib/stlport.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index fdfe7005..d97f3160 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -22,16 +22,6 @@ # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS #endif -// -// STLPort's header #defines ULONGLONG_MAX in this case, -// which can cause us confusion later if we don't accept its word that -// long long is available. Note that #include may not be -// sufficient to see the definition. -// -#ifdef _STLP_LONG_LONG -# define BOOST_HAS_LONG_LONG -#endif - // // If STLport thinks that there is no partial specialisation, then there is no // std::iterator traits: