mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-29 16:09:30 +00:00
Removed bool warning
This commit is contained in:
parent
823ea3efd4
commit
38edb9fa95
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ public:
|
||||||
operator MutableResultInfo&
|
operator MutableResultInfo&
|
||||||
()
|
()
|
||||||
{
|
{
|
||||||
return m_result->captureBoolExpression( (bool)m_lhs );
|
return m_result->captureBoolExpression( m_lhs );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue