Qualified handleExceptionMatchExpr in Catch::
(was picking it up by ADL before - no need to rely on that!)
This commit is contained in:
parent
ae1547e202
commit
2800adba25
1 changed files with 1 additions and 1 deletions
|
@ -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 ); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue