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

@ -26,7 +26,7 @@
#if (_MSC_VER <= 1300) // || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later #if (_MSC_VER <= 1300) // || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later
#if !defined(_MSC_EXTENSIONS) && !defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) // VC7 bug with /Za #if !defined(_MSC_EXTENSIONS) && !defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) // VC7 bug with /Za
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
#endif #endif
@ -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