2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-19 04:12:13 +00:00
Files
integer/test
Andrey Semashev 831869a51f Added checks for C++11 features required by Boost.Multiprecision.
As of 2021, Boost.Multiprecision does not support C++03 and fails tests
of Boost.Integer. To mitigate, we replicate the preprocessor checks of
Boost.Multiprecision to disable its use in Boost.Integer tests in C++03
mode.
2021-01-11 15:27:10 +03:00
..