ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved