mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-31 20:27:11 +01:00
Fixed alternate stream bugs
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
namespace Catch {
|
||||
|
||||
class TestCaseInfo;
|
||||
class Stream;
|
||||
struct IResultCapture;
|
||||
struct IRunner;
|
||||
struct IGeneratorsForTest;
|
||||
@@ -49,7 +50,7 @@ namespace Catch {
|
||||
IContext& getCurrentContext();
|
||||
IMutableContext& getCurrentMutableContext();
|
||||
void cleanUpContext();
|
||||
std::streambuf* createStreamBuf( const std::string& streamName );
|
||||
Stream createStream( const std::string& streamName );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user