mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Manually applied merge #133 from Master
This commit is contained in:
		| @@ -74,6 +74,8 @@ namespace Catch { | ||||
|             m_remainder += c; | ||||
|         } | ||||
|  | ||||
|         TagExtracter& operator=(const TagExtracter&); | ||||
|          | ||||
|         std::set<std::string>& 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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash