mirror of
https://github.com/catchorg/Catch2.git
synced 2026-01-30 18:22:24 +01:00
This should align more closely with the intended semantics, where types without `StringMaker` specialization or `operator<<` overload are passed down to the user defined fallback stringifier. Related to #1024