Merge branch 'SingleEvaluation' of https://github.com/ctt/Catch into SingleEvaluation

This commit is contained in:
Phil Nash
2011-03-29 19:15:49 +01:00

View File

@@ -96,6 +96,7 @@
}
#else
inline void BreakIntoDebugger(){}
inline bool isDebuggerActive() { return false; }
#endif
inline void writeToDebugConsole( const std::string& text )