mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed bool warning
This commit is contained in:
parent
823ea3efd4
commit
38edb9fa95
@ -508,7 +508,7 @@ public:
|
||||
operator MutableResultInfo&
|
||||
()
|
||||
{
|
||||
return m_result->captureBoolExpression( (bool)m_lhs );
|
||||
return m_result->captureBoolExpression( m_lhs );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user