Patch for missing long long numeric limits.

[SVN r16738]
This commit is contained in:
Dave Abrahams
2003-01-03 15:16:30 +00:00
parent 7c7da1d09a
commit 18e4652814

View File

@@ -39,6 +39,10 @@
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#endif
#if BOOST_RWSTD_VER <= 0x020101
# define BOOST_NO_LONG_LONG_NUMERIC_LIMITS
# endif
//
// Borland version of numeric_limits lacks __int64 specialisation:
//