Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet).

[SVN r13819]
This commit is contained in:
John Maddock
2002-05-11 10:58:12 +00:00
parent 8dfc8e3813
commit b44b6d5082

View File

@@ -80,12 +80,6 @@
# define BOOST_HAS_MS_INT64 # define BOOST_HAS_MS_INT64
#endif #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 // disable Win32 API's if compiler extentions are
// turned off: // turned off:
// //
@@ -114,3 +108,4 @@
#endif #endif