...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
rational_adapter
to rational_adaptor
.
float128
or Intel's _Quad
data
types.
constexpr
support.
cpp_int
that results in incorrect sign of cpp_int
when both arguments are small enough to fit in a double_limb_type
.
See 8126.
cpp_int
that results in incorrect value when the result should have a 0 in the
last limb: 8133.
cpp_int
where division of 0 by something doesn't get zero in the result: 8160.
a
= pow(a, b)
. See 8326.
cpp_int
that gives incorrect answer for 0%N for large N: 8670.
constexp
.
number
to use enumerated values rather than true/false.
cpp_int_backend
based on review comments with new template parameter structure.
mpfr_float_backend
to allow stack-based allocation.