mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 05:34:46 +01:00

Android apparently does not support `std::to_string`, so we add a small polyfill over it. Right now only the ULP matcher uses it, but we have had plans to use it in `StringMaker<int>` and friends, as it performs a lot better than `std::stringstream` based stringification on MSVC. See #1280 for more details