mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 10:55:39 +02:00
Some more reformatting.
Also fixed some warnings
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
()
|
||||
const
|
||||
{
|
||||
return 1+m_to-m_from;
|
||||
return static_cast<std::size_t>( 1+m_to-m_from );
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user