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): remove hash_value
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. hash_value has been removed from core::string_view because it's redundant. Boost containers don't need it and it does not enable std containers.
- Loading branch information