forked from boostorg/config
Apparently __int64 can be used even in strict mode (/Za).
[SVN r19879]
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
//
|
//
|
||||||
// __int64 support:
|
// __int64 support:
|
||||||
//
|
//
|
||||||
#if (_MSC_VER >= 1200) && defined(_MSC_EXTENSIONS)
|
#if (_MSC_VER >= 1200)
|
||||||
# define BOOST_HAS_MS_INT64
|
# define BOOST_HAS_MS_INT64
|
||||||
#endif
|
#endif
|
||||||
#if (_MSC_VER >= 1310) && defined(_MSC_EXTENSIONS)
|
#if (_MSC_VER >= 1310) && defined(_MSC_EXTENSIONS)
|
||||||
|
Reference in New Issue
Block a user