forked from catchorg/Catch2
Removed bool warning
This commit is contained in:
@@ -508,7 +508,7 @@ public:
|
|||||||
operator MutableResultInfo&
|
operator MutableResultInfo&
|
||||||
()
|
()
|
||||||
{
|
{
|
||||||
return m_result->captureBoolExpression( (bool)m_lhs );
|
return m_result->captureBoolExpression( m_lhs );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user