forked from boostorg/config
VC7 has no numeric_limits<__int64> specialisation
[SVN r15209]
This commit is contained in:
@@ -33,6 +33,10 @@
|
|||||||
// and nor is <exception>
|
// and nor is <exception>
|
||||||
# define BOOST_NO_EXCEPTION_STD_NAMESPACE
|
# define BOOST_NO_EXCEPTION_STD_NAMESPACE
|
||||||
# endif
|
# 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>,
|
// 3.06 appears to have (non-sgi versions of) <hash_set> & <hash_map>,
|
||||||
// and no <slist> at all
|
// and no <slist> at all
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user