From 17391f348e2827731a4326149024fe160cd16b32 Mon Sep 17 00:00:00 2001
From: "Ralf W. Grosse-Kunstleve"
These types are required.
Revised 14 Nov 2000 +
Revised 18 Nov 2000
diff --git a/integer_traits_test.cpp b/integer_traits_test.cpp index 5a62fad..808a077 100644 --- a/integer_traits_test.cpp +++ b/integer_traits_test.cpp @@ -70,9 +70,10 @@ int main() runtest("long", long()); typedef unsigned long unsigned_long; runtest("unsigned long", unsigned_long()); -#if !defined(BOOST_NO_INT64_T) && !defined(BOOST_MSVC) && !defined(__BORLANDC__) +#if !defined(BOOST_NO_INT64_T) && !defined(BOOST_MSVC) && !defined(__BORLANDC__) && !defined(__BEOS__) // // MS/Borland compilers can't support 64-bit member constants + // BeOS doesn't have specialisations for long long in SGI's