mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 03:15:40 +02:00
Added Visual Studio project and fixed up some warnings showing in VS
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
}
|
||||
|
||||
template<typename RhsT>
|
||||
MutableResultInfo& operator ||( const RhsT& rhs )
|
||||
MutableResultInfo& operator ||( const RhsT& )
|
||||
{
|
||||
m_expressionIncomplete = true;
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user