mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
One overload of string_view::compare calls substr internally, which may throw. This makes compare potentially throwing. Fixes https://github.com/boostorg/utility/issues/94.