catch2/include
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
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Provide a polyfill over `std::to_string` 2018-05-09 21:47:42 +02:00
reporters Changed to c++ style includes 2018-04-21 15:58:05 +02:00
catch.hpp v2.2.2 2018-04-06 12:11:22 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00