mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-04 22:19:34 +01:00
Some more reformatting.
Also fixed some warnings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user