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
[boost] 64-bit support for integer_traits on MSVC
by John Harris (TT) other posts by this author
Oct 15 2002 10:08PM messages near this date
Re: [boost] Compiling boost::python on Mac OS X - 'template with C Re: [boost] Compiling boost::python on Mac OS X - 'template with C | Re: [boost] 64-bit support for integer_traits on MSVC
It seems that there should be a way to get 64-bit integer support into
integer_traits.hpp on MSVC.  It looks like the only real problem is the
missing feature of class constants, and the fact that integer_traits is
using enums (which can't hold const_max and const_min values).

But if there were specializations on the detail::integer_traits_base for MS
64-bit types, the constants could be declared in-class as __int64 but
defined out-of-class (still in the header), safely.  It's not as pretty as
BOOST_STATIC_CONSTANT, but wouldn't it work?

john harris
trading technologies

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
John Harris (TT)
Beman Dawes

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