Qualified handleExceptionMatchExpr in Catch::

(was picking it up by ADL before - no need to rely on that!)
This commit is contained in:
Phil Nash 2017-11-24 18:46:18 +00:00
parent ae1547e202
commit 2800adba25
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
catchAssertionHandler.handle( Catch::ResultWas::DidntThrowException ); \
} \
catch( ... ) { \
handleExceptionMatchExpr( catchAssertionHandler, matcher, #matcher ); \
Catch::handleExceptionMatchExpr( catchAssertionHandler, matcher, #matcher ); \
} \
else \
catchAssertionHandler.handle( Catch::ResultWas::Ok ); \