Where's this convenient macro? (was: Re: type_traits again)
by Daryle Walker other posts by this author
Feb 20 2001 8:33PM messages near this date
Re: [boost] Traits for character underlying types
|
Traits for character underlying types
on 2/19/01 11:34 AM, David Abrahams at abrahams@[...].. wrote:
> I notice this snippet in detail/arithmetic_traits.hpp:
>
> # if (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX))
> template <> struct is_integral<unsigned long long>
> { BOOST_STATIC_CONSTANT(bool, value = true); };
> template <> struct is_integral<long long>
> { BOOST_STATIC_CONSTANT(bool, value = true); };
> #endif
>
>
> But I see no #include <climits>. Is that OK?
Where is this convenient-looking BOOST_STATIC_CONSTANT macro found?
--
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com
|