Split out Catch::cout/cerr/clog into their own file

This commit is contained in:
Martin Hořeňovský 2022-04-16 14:12:56 +02:00
parent b520257676
commit 05e85c5652
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
14 changed files with 66 additions and 19 deletions

View file

@ -9,6 +9,7 @@
#include <catch2/internal/catch_errno_guard.hpp>
#include <catch2/internal/catch_stream.hpp>
#include <catch2/internal/catch_platform.hpp>
#include <catch2/internal/catch_stdstreams.hpp>
#if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE)