Martin Hořeňovský 0074926e5c Provide a polyfill over std::to_string
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
2018-05-09 21:47:42 +02:00
..
2018-03-09 10:37:56 +01:00
2018-04-21 15:58:05 +02:00
2018-04-06 12:11:22 +02:00