Split writeToDebugConsole out of main path

This commit is contained in:
Martin Hořeňovský 2017-08-29 13:51:55 +02:00
parent faead53151
commit 5932576f53
6 changed files with 50 additions and 24 deletions

View file

@ -11,12 +11,8 @@
#include "catch_platform.h"
#include <string>
namespace Catch{
namespace Catch {
bool isDebuggerActive();
void writeToDebugConsole( std::string const& text );
}
#ifdef CATCH_PLATFORM_MAC