9 Commits

Author SHA1 Message Date
Matt Borland
b19681d692
Fix unused variable warning 2022-07-11 12:44:45 -07:00
jzmaddock
c72c479023 Change all bit counts to use size_t/ptrdiff_t.
Fixes https://github.com/boostorg/multiprecision/issues/362
2021-12-15 15:18:47 +00:00
jzmaddock
9353637b74 Add expression template overloads for integer sqrt.
Also update tests.
Fixes: https://github.com/boostorg/multiprecision/issues/319.
2021-04-08 17:05:46 +01:00
pabristow
0fe173730d Resolved conflicts from pull from origin/develop 2020-01-29 11:45:41 +00:00
jzmaddock
1a3e4e2d38 constexpr-cpp_int: add docs.
[CI SKIP]
2019-09-06 18:38:38 +01:00
jzmaddock
3b7a901461 constexpr-cpp_int: Fix up some more functions, add tests. 2019-09-03 19:56:28 +01:00
jzmaddock
f024f1b8fe constexpr-cpp_int: address more bugs and enable more functions for constexpr use. 2019-09-02 12:44:23 +01:00
jzmaddock
32b5e3e40a constexpr-cpp_int: Fix some more gcc C++11 errors, add more functions.
[CI SKIP]
2019-08-31 12:05:32 +01:00
jzmaddock
8fece3889d constexpr-cpp_int: Fix configuration logic.
Make more functions constexpr.
Add new test case.
[CI SKIP]
2019-08-31 09:55:19 +01:00