Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(string_view_base): remove hash_value #884

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Commits on Nov 11, 2024

  1. 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.
    alandefreitas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7b24e28 View commit details
    Browse the repository at this point in the history