| 10260 | |
| 10261 | bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; } |
| 10262 | bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; } |
| 10263 | |
| 10264 | } // end namespace Catch |
| 10265 | // end catch_result_type.cpp |