Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(string_view_base): directly call boost::hash_range
Since boostorg/core@92f6cfb in Boost.Core, we have been getting "error: use of undeclared identifier 'hash_value'" because hash_value is not part of the interface of core::string_view. This commit implements the same strategy as previously used in Boost.Core to avoid breaking changes.
- Loading branch information