mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Replaced tabs with spaces.
This commit is contained in:
parent
62c34f51f6
commit
9eeb7f85c5
@ -186,7 +186,7 @@ namespace boost {
|
||||
if (pos > size())
|
||||
BOOST_THROW_EXCEPTION(std::out_of_range("string_view::copy" ));
|
||||
size_type rlen = (std::min)(n, len_ - pos);
|
||||
traits_type::copy(s, data() + pos, rlen);
|
||||
traits_type::copy(s, data() + pos, rlen);
|
||||
return rlen;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user