mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 10:24:00 +00:00
Updated preprocessor logic to use BOOST_HAS_LONG_LONG
[SVN r11399]
This commit is contained in:
parent
e01de59cdd
commit
139e33c36d
@ -374,7 +374,7 @@ int main()
|
|||||||
test<unsigned int>();
|
test<unsigned int>();
|
||||||
test<long>();
|
test<long>();
|
||||||
test<unsigned long>();
|
test<unsigned long>();
|
||||||
#if defined(ULLONG_MAX) || defined(ULONG_LONG_MAX)
|
#if defined(BOOST_HAS_LONG_LONG) && !defined(BOOST_NO_INTEGRAL_INT64_T)
|
||||||
test<long long>();
|
test<long long>();
|
||||||
test<unsigned long long>();
|
test<unsigned long long>();
|
||||||
#elif defined(BOOST_MSVC)
|
#elif defined(BOOST_MSVC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user