forked from catchorg/Catch2
First cut of single-evaluation fix
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
)
|
||||
const
|
||||
{
|
||||
return m_from+index;
|
||||
return m_from+static_cast<T>( index );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user