mirror of
https://github.com/boostorg/integer.git
synced 2025-11-15 15:09:42 +01:00
4c1e36b023f1032dffaa7d033f5c1364bbed904d
In Ubuntu 20.04 there appeared an updated version of the software-properties-common package in focal-updates, which ships a newer apt-add-repository version that doesn't support -P/-S/-U command line arguments. Since we cannot rely on package version checks to determine apt-add-repository capabilities, we have to parse its --help output instead. Also, made source list processing more protected against spaces.
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.Integer 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.
Build status
| Branch | GitHub Actions | Drone | AppVeyor | Test Matrix | Dependencies |
|---|---|---|---|---|---|
master |
|||||
develop |
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
98.1%
Shell
1.1%
CMake
0.4%
HTML
0.4%