mirror of
https://github.com/catchorg/Catch2
synced 2026-02-13 00:52:14 +00:00
Also hides std::chrono, std::pair and std::chrono::* behind new configuration macros, CATCH_CONFIG_ENABLE_*_STRINGMAKER to avoid dragging in <utility>, <tuple> and <chrono> in common path, unless requested.