mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-29 12:07:42 +02:00
Added missing return in tests
This commit is contained in:
@ -5436,6 +5436,7 @@ testR(S s, typename S::size_type pos, typename S::size_type n1,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
BOOST_TEST_THROWS((s.replace(pos, n1, str, n2)), std::out_of_range);
|
BOOST_TEST_THROWS((s.replace(pos, n1, str, n2)), std::out_of_range);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user