diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index f0088661..54374bb9 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -26,7 +26,7 @@ #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 #endif @@ -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 +