From 139e33c36db59da3a52e0bc80cbe5223f1d77b92 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 18 Oct 2001 11:33:52 +0000 Subject: [PATCH] Updated preprocessor logic to use BOOST_HAS_LONG_LONG [SVN r11399] --- numeric_traits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric_traits_test.cpp b/numeric_traits_test.cpp index 662f19f..df20f77 100644 --- a/numeric_traits_test.cpp +++ b/numeric_traits_test.cpp @@ -374,7 +374,7 @@ int main() test(); test(); test(); -#if defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) +#if defined(BOOST_HAS_LONG_LONG) && !defined(BOOST_NO_INTEGRAL_INT64_T) test(); test(); #elif defined(BOOST_MSVC)