VC7 has no numeric_limits<__int64> specialisation

[SVN r15209]
This commit is contained in:
John Maddock
2002-09-08 11:31:56 +00:00
parent 5241fbdd13
commit d3cc222fe9

View File

@@ -33,6 +33,10 @@
// and nor is <exception>
# define BOOST_NO_EXCEPTION_STD_NAMESPACE
# endif
// There's no numeric_limits<long long> support unless _LONGLONG is defined:
# if !defined(_LONGLONG) && (_CPPLIB_VER <= 310)
# define BOOST_NO_MS_INT64_NUMERIC_LIMITS
# endif
// 3.06 appears to have (non-sgi versions of) <hash_set> & <hash_map>,
// and no <slist> at all
#else