mirror of
https://github.com/boostorg/integer.git
synced 2026-07-08 17:31:01 +02:00
831869a51f
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.