Cleaned up terminal colouring impl and added more config options

This commit is contained in:
Phil Nash
2014-10-21 07:24:30 +01:00
parent a5dca3d370
commit bde3567f3e
3 changed files with 57 additions and 48 deletions

View File

@@ -28,7 +28,9 @@ namespace Catch {
namespace Catch {
struct FatalConditionHandler {};
struct FatalConditionHandler {
void reset() {}
};
} // namespace Catch