mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Qualified handleExceptionMatchExpr in Catch::
(was picking it up by ADL before - no need to rely on that!)
This commit is contained in:
		| @@ -135,7 +135,7 @@ | |||||||
|                 catchAssertionHandler.handle( Catch::ResultWas::DidntThrowException ); \ |                 catchAssertionHandler.handle( Catch::ResultWas::DidntThrowException ); \ | ||||||
|             } \ |             } \ | ||||||
|             catch( ... ) { \ |             catch( ... ) { \ | ||||||
|                 handleExceptionMatchExpr( catchAssertionHandler, matcher, #matcher ); \ |                 Catch::handleExceptionMatchExpr( catchAssertionHandler, matcher, #matcher ); \ | ||||||
|             } \ |             } \ | ||||||
|         else \ |         else \ | ||||||
|             catchAssertionHandler.handle( Catch::ResultWas::Ok ); \ |             catchAssertionHandler.handle( Catch::ResultWas::Ok ); \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash