Go to file
Andrey Semashev 7c5def9d39 Disable Boost.Multiprecision tests for gcc 4.7 in C++11 mode.
The compiler fails in Boost.TypeTraits which is used in Boost.Multiprecision.
2018-10-29 12:25:55 +03:00
doc Update history. 2017-04-24 18:50:19 +01:00
include/boost [ci skip] Deprecate boost/pending/integer_log2.hpp 2018-02-11 12:32:14 -06:00
meta Added a readme. Added myself as a maintainer. 2018-10-24 17:56:15 +03:00
test Disable Boost.Multiprecision tests for gcc 4.7 in C++11 mode. 2018-10-29 12:25:55 +03:00
.gitattributes This commit was generated by cvs2svn to compensate for changes in r4, 2000-07-07 16:04:40 +00:00
.travis.yml Disable testing C++14 and 17 on clang 3.8 and 3.9. 2018-10-29 12:13:42 +03:00
appveyor.yml Use boostdep to install library dependencies. 2018-10-28 19:51:00 +03:00
index.html 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
README.md Added a readme. Added myself as a maintainer. 2018-10-24 17:56:15 +03:00

Boost.Integer

Boost.Integer, part of collection of the Boost C++ Libraries, provides integer type support, particularly helpful in generic programming. It provides the means to select an integer type based upon its properties, like the number of bits or the maximum supported value, as well as compile-time bit mask selection. There is a derivative of std::numeric_limits that provides integral constant expressions for min and max... Finally, it provides two compile-time algorithms: determining the highest power of two in a. compile-time value; and computing min and max of constant expressions.

Directories

  • doc - QuickBook documentation sources
  • include - Interface headers of Boost.Integer
  • test - Boost.Atomic unit tests

More information

  • Documentation
  • Report bugs. Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.

License

Distributed under the Boost Software License, Version 1.0.