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
..
2017-12-09 20:49:06 +01:00
2017-12-09 20:49:06 +01:00
2017-12-07 00:02:32 +00:00
2017-09-07 17:25:15 +02:00
2017-12-09 20:17:47 +01:00
2017-12-09 20:49:06 +01:00
2017-12-09 20:17:47 +01:00
2018-02-01 16:14:20 +00:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2017-12-07 00:02:32 +00:00
2017-07-27 11:32:01 +02:00
2018-04-06 12:11:22 +02:00