forked from boostorg/integer
avoid "long long" with SunCC (Gennadiy E. Rozental)
[SVN r11066]
This commit is contained in:
@ -137,7 +137,7 @@ class integer_traits<unsigned long>
|
||||
public detail::integer_traits_base<unsigned long, 0, ULONG_MAX>
|
||||
{ };
|
||||
|
||||
#ifdef ULLONG_MAX
|
||||
#if defined(ULLONG_MAX) && !defined(__SUNPRO_CC)
|
||||
template<>
|
||||
class integer_traits<long long>
|
||||
: public std::numeric_limits<long long>,
|
||||
|
Reference in New Issue
Block a user