mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 20:27:14 +02:00
only use "long long" if there's a stdlib overload
[SVN r11516]
This commit is contained in:
@ -147,6 +147,7 @@ namespace boost
|
||||
|
||||
# if defined(BOOST_HAS_LONG_LONG) && \
|
||||
!defined(BOOST_MSVC) && !defined(__BORLANDC__) && \
|
||||
(!defined(__GLIBCPP__) || defined(_GLIBCPP_USE_LONG_LONG)) && \
|
||||
(defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX))
|
||||
# if defined(__hpux)
|
||||
// HP-UX's value of ULONG_LONG_MAX is unusable in preprocessor expressions
|
||||
|
Reference in New Issue
Block a user