mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 07:29:25 +00:00
Some more reformatting.
Also fixed some warnings
This commit is contained in:
parent
e83f839741
commit
d06dcedfdc
11 changed files with 56 additions and 152 deletions
|
@ -58,7 +58,7 @@ namespace Internal
|
|||
{
|
||||
static bool evaluate( const T1& lhs, const T2& rhs)
|
||||
{
|
||||
return const_cast<T1&>( lhs ) == const_cast<T2&>( rhs );
|
||||
return const_cast<T1&>( lhs ) == const_cast<T2&>( rhs );
|
||||
}
|
||||
};
|
||||
template<typename T1, typename T2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue