mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +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
|
@ -68,7 +68,7 @@ public:
|
|||
()
|
||||
const
|
||||
{
|
||||
return 1+m_to-m_from;
|
||||
return static_cast<std::size_t>( 1+m_to-m_from );
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue