diff --git a/cstdint.htm b/cstdint.htm index 0fa7c52..75aa872 100644 --- a/cstdint.htm +++ b/cstdint.htm @@ -69,7 +69,7 @@ representing any value of any signed integer type.
capable of representing any value of any unsigned integer type.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