mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-26 19:12:10 +00: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
|
||||
{
|
||||
BOOST_TEST_THROWS((s.replace(pos, n1, str, n2)), std::out_of_range);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user