Rip out mistaken "fix" based on John Maddock's advice

[SVN r14446]
This commit is contained in:
Dave Abrahams
2002-07-14 11:47:42 +00:00
parent 99b01de780
commit bc1b510b18

View File

@ -22,16 +22,6 @@
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#endif #endif
//
// STLPort's <limits> 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 <limits.h> 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 // If STLport thinks that there is no partial specialisation, then there is no
// std::iterator traits: // std::iterator traits: