Removed BOOST_HAS_LONG_LONG entry (doesn't work yet)

[SVN r13818]
This commit is contained in:
John Maddock
2002-05-11 10:56:10 +00:00
parent e717976d2c
commit e194041a94

View File

@@ -80,12 +80,6 @@
# define BOOST_HAS_MS_INT64
#endif
//
// long long support:
//
#if (_MSC_VER >= 1301) && defined(_MSC_EXTENSIONS)
# define BOOST_HAS_LONG_LONG
#endif
//
// disable Win32 API's if compiler extentions are
// turned off:
//
@@ -114,3 +108,4 @@
#endif