mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Added boolean test for ptr expressions
This commit is contained in:
parent
46b4909c08
commit
3e512bd316
@ -492,6 +492,14 @@ public:
|
||||
{
|
||||
return m_result->captureExpression<Internal::IsNotEqualTo>( m_lhs, rhs );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
operator MutableResultInfo&
|
||||
()
|
||||
{
|
||||
return m_result->captureBoolExpression( m_lhs );
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
MutableResultInfo* m_result;
|
||||
|
Loading…
Reference in New Issue
Block a user