mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 20:27:14 +02:00
Make code respect BOOST_NO_INTEGRAL_INT64_T.
[SVN r58031]
This commit is contained in:
@ -85,7 +85,7 @@ int main(int, char*[])
|
||||
runtest("long", long());
|
||||
typedef unsigned long unsigned_long;
|
||||
runtest("unsigned long", unsigned_long());
|
||||
#if !defined(BOOST_NO_INT64_T) && (!defined(BOOST_MSVC) || BOOST_MSVC > 1300) && !defined(__BORLANDC__) && !defined(__BEOS__)
|
||||
#ifndef BOOST_NO_INTEGRAL_INT64_T
|
||||
//
|
||||
// MS/Borland compilers can't support 64-bit member constants
|
||||
// BeOS doesn't have specialisations for long long in SGI's <limits> header.
|
||||
|
Reference in New Issue
Block a user