mirror of
https://github.com/boostorg/integer.git
synced 2025-07-22 00:42:08 +02:00
Fix preprocessor logic for long long support.
Fixes #3657. Fixes #3568. [SVN r57843]
This commit is contained in:
@ -65,7 +65,7 @@ template < >
|
||||
template < >
|
||||
class integer_traits< unsigned long >;
|
||||
|
||||
#ifdef ULLONG_MAX
|
||||
#if !defined(BOOST_NO_INTEGRAL_INT64_T) && !defined(BOOST_NO_INT64_T) && defined(BOOST_HAS_LONG_LONG)
|
||||
template < >
|
||||
class integer_traits< ::boost::long_long_type>;
|
||||
|
||||
|
Reference in New Issue
Block a user