Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-02-20 15:33:08


on 2/19/01 11:34 AM, David Abrahams at abrahams_at_[hidden] 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk