Files
boost_utility/include/boost/utility
Andrey Semashev 581654e408 Use assert in string_view::remove_prefix/suffix to enforce preconditions.
This is in line with std::string_view::remove_prefix/suffix definition, where
calling the method with n > size() is UB. We're keeping the check to clamp
n to size() for now for backward compatibility so that it can be eventually
removed.

Closes https://github.com/boostorg/utility/issues/92.
2022-07-05 23:53:47 +03:00
..
2021-11-11 17:46:09 -03:00
2012-04-10 21:53:28 +00:00
2022-01-17 17:53:42 +03:00