mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-23 21:19:24 +00:00
Add stringification for std::chrono::{duration,time_point}
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.
This commit is contained in:
parent
f972732737
commit
79b405fd3f
12 changed files with 408 additions and 48 deletions
|
@ -1,3 +1,4 @@
|
|||
#define CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER
|
||||
#include "catch.hpp"
|
||||
|
||||
#include <tuple>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue