From e0a40e2ceda10b4149dac87938bc0d4edace17f1 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 1 Nov 2012 08:28:26 +0000 Subject: [PATCH] Regenerated single include following merge --- single_include/catch.hpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 822ebcff..67e0ca02 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,5 +1,5 @@ /* - * Generated: 2012-10-31 18:04:01.157950 + * Generated: 2012-11-01 08:27:51.720005 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -1369,6 +1369,8 @@ namespace Catch { m_remainder += c; } + TagExtracter& operator=(const TagExtracter&); + std::set& m_tags; std::string m_remainder; }; @@ -1472,6 +1474,8 @@ namespace Catch { m_exp.m_tagSets.push_back( m_currentTagSet ); } + TagExpressionParser& operator=(const TagExpressionParser&); + bool m_isNegated; TagSet m_currentTagSet; TagExpression& m_exp; @@ -4883,7 +4887,7 @@ namespace Catch { if( isatty( fileno(stdout) ) ) { switch( colour ) { case TextColour::FileName: - std::cout << colourEscape << "[0m"; // white + std::cout << colourEscape << "[0m"; // white/ normal break; case TextColour::ResultError: std::cout << colourEscape << "[1;31m"; // bold red @@ -4904,7 +4908,7 @@ namespace Catch { std::cout << colourEscape << "[0;33m"; // yellow break; case TextColour::None: - std::cout << colourEscape << "[0m"; // reset to white + std::cout << colourEscape << "[0m"; // reset } } }