Christopher Kormanyos
Christopher Kormanyos
Based on the work in [real-time-cpp/issues/268](https://github.com/ckormanyos/real-time-cpp/issues/268) it seems feasible to get the `arm-none-eabi` benchmarks thar run in CI on the metal simulated with QEMU. See also discussioni in #183. Cc:...
Handle uncaught exceptions from Coverity that ran back on Boost 1.78 in the examples, as shown [here](https://scan9.scan.coverity.com/reports.htm#v48132/p14116). Things have changed in Boost and wide-decimal has new experience on 1.79/1.80 dealintg...
Improve support for GCC's `__int128`. - Implement construction-from/cast-to signed and unsigned versions of `__int128`. - Separate as well as possible use of 128-bit in wide-integer versus 128-bit conversions. See also...
Consider adding a namespace-specific version of to_chars(...) See also (track from, borrow from) corresponding [work in cnl](https://github.com/johnmcfarlane/cnl/issues/981) ```C ::to_chars_result ::to_chars ( char* first, char* last, value, int base = 10...
From #130 we find out that, the tests aren't very easy to use. There is one single huge result in a single program. The purpose of this issue is to...