forked from boostorg/config
Rip out mistaken "fix" based on John Maddock's advice
[SVN r14446]
This commit is contained in:
@ -22,16 +22,6 @@
|
||||
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
||||
#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
|
||||
// std::iterator traits:
|
||||
|
Reference in New Issue
Block a user