From f0f407fc3ebdcbdad50fc1f9a45f15ab3cc54c63 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 31 Oct 2012 18:28:21 +0000 Subject: [PATCH] Manually applied merge #133 from Master --- include/internal/catch_tags.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/internal/catch_tags.hpp b/include/internal/catch_tags.hpp index d6060022..591ab5ad 100644 --- a/include/internal/catch_tags.hpp +++ b/include/internal/catch_tags.hpp @@ -74,6 +74,8 @@ namespace Catch { m_remainder += c; } + TagExtracter& operator=(const TagExtracter&); + std::set& m_tags; std::string m_remainder; }; @@ -177,6 +179,8 @@ namespace Catch { m_exp.m_tagSets.push_back( m_currentTagSet ); } + TagExpressionParser& operator=(const TagExpressionParser&); + bool m_isNegated; TagSet m_currentTagSet; TagExpression& m_exp;