Split writeToDebugConsole out of main path
This commit is contained in:
parent
faead53151
commit
5932576f53
6 changed files with 50 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue