This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_integer
Watch
1
Star
0
Fork
0
forked from
boostorg/integer
Code
Pull Requests
Activity
Files
svn-branches/inspect
boost_integer
/
include
/
boost
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
John Maddock
a5356bb254
Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not.
...
Update VC++ config to define BOOST_HAS_LONG_LONG for MSVC-8 in ANSI mode.
Fixes
#3657
. [SVN r59468]
2010-02-04 11:15:54 +00:00
..
detail
Encapsulated the mutually exclusive 'long long' and '__int64' type families into a single interface
2008-07-24 11:43:02 +00:00
integer
Update Boost.Integer meta-programming classes to work with intmax_t where possible - ie to be 64-bit clean.
2009-11-25 12:38:09 +00:00
cstdint.hpp
Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU).
2010-02-02 18:35:33 +00:00
integer_fwd.hpp
Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not.
2010-02-04 11:15:54 +00:00
integer_traits.hpp
Add support for MS style __int64 when long long is not available.
2009-11-23 13:23:15 +00:00
integer.hpp
Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not.
2010-02-04 11:15:54 +00:00