forked from boostorg/utility
Replaced tabs with spaces.
This commit is contained in:
@ -186,7 +186,7 @@ namespace boost {
|
|||||||
if (pos > size())
|
if (pos > size())
|
||||||
BOOST_THROW_EXCEPTION(std::out_of_range("string_view::copy" ));
|
BOOST_THROW_EXCEPTION(std::out_of_range("string_view::copy" ));
|
||||||
size_type rlen = (std::min)(n, len_ - pos);
|
size_type rlen = (std::min)(n, len_ - pos);
|
||||||
traits_type::copy(s, data() + pos, rlen);
|
traits_type::copy(s, data() + pos, rlen);
|
||||||
return rlen;
|
return rlen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user