From fdd1601ba4064593fe5765fd1332bd95fed4ad6e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 7 May 2002 11:24:29 +0000 Subject: [PATCH] Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type. Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64 where appropriate to do so. [SVN r13714] --- include/boost/counting_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/counting_iterator.hpp b/include/boost/counting_iterator.hpp index 94173c4..ef3b07d 100644 --- a/include/boost/counting_iterator.hpp +++ b/include/boost/counting_iterator.hpp @@ -133,7 +133,7 @@ namespace detail { // For a while, this wasn't true, but we rely on it below. This is a regression assert. BOOST_STATIC_ASSERT(::boost::is_integral::value); # ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS -# if defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) +# if defined(BOOST_HAS_LONG_LONG) BOOST_STATIC_CONSTANT(bool, value = ( std::numeric_limits::is_specialized