Apparently __int64 can be used even in strict mode (/Za).

[SVN r19879]
This commit is contained in:
John Maddock
2003-08-30 10:14:12 +00:00
parent 4dd8845166
commit 1ea7f28709

View File

@ -75,7 +75,7 @@
//
// __int64 support:
//
#if (_MSC_VER >= 1200) && defined(_MSC_EXTENSIONS)
#if (_MSC_VER >= 1200)
# define BOOST_HAS_MS_INT64
#endif
#if (_MSC_VER >= 1310) && defined(_MSC_EXTENSIONS)