mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Import MatcherBase to Catch namespace
This commit is contained in:
		| @@ -159,6 +159,7 @@ namespace Matchers { | ||||
| } // namespace Matchers | ||||
|  | ||||
| using namespace Matchers; | ||||
| using Matchers::Impl::MatcherBase; | ||||
|  | ||||
| } // namespace Catch | ||||
|  | ||||
|   | ||||
| @@ -25,7 +25,7 @@ namespace Matchers { | ||||
|             std::string m_str; | ||||
|         }; | ||||
|  | ||||
|         struct StringMatcherBase : Impl::MatcherBase<std::string> { | ||||
|         struct StringMatcherBase : MatcherBase<std::string> { | ||||
|             StringMatcherBase( std::string operation, CasedString const& comparator ); | ||||
|             virtual std::string describe() const CATCH_OVERRIDE; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash