From b44b6d5082fa762ed61acb0f2dfb76317f8f4324 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 11 May 2002 10:58:12 +0000 Subject: [PATCH] Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet). [SVN r13819] --- include/boost/config/compiler/visualc.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 +