2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 13:02:14 +00:00
Files
Catch2/projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp
Martin Hořeňovský 6c5c4c43a0 Add stringification support to std::exception and deriving classes
This support is based on overriden `std::exception::what` method, so
if an exception does not do so meaningfully, the message is still
pointless.

This is only used as a fallback, both `StringMaker` specialization and
`operator<<` overload have priority..
2018-05-12 17:46:25 +02:00

4.4 KiB