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
commit 5545627fb5
1 changed files with 1 additions and 0 deletions

View File

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