mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Remove superfluous usings in the Contains matcher
This commit is contained in:
		| @@ -57,7 +57,6 @@ namespace Catch { | ||||
|  | ||||
|             template <typename RangeLike> | ||||
|             bool match(RangeLike&& rng) const { | ||||
|                 using std::begin; using std::endl; | ||||
|                 for (auto&& elem : rng) { | ||||
|                     if (m_matcher.match(elem)) { | ||||
|                         return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský