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

Conversation

alandefreitas
Copy link
Member

@alandefreitas alandefreitas commented Nov 11, 2024

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.

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 alandefreitas changed the title refactor(string_view_base): directly call boost::hash_range refactor(string_view_base): remove hash_value Nov 11, 2024
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.20%. Comparing base (4980f8e) to head (7b24e28).
Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #884   +/-   ##
========================================
  Coverage    99.20%   99.20%           
========================================
  Files          157      157           
  Lines         8415     8415           
========================================
  Hits          8348     8348           
  Misses          67       67           
Files with missing lines Coverage Δ
include/boost/url/grammar/string_view_base.hpp 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91f81f8...7b24e28. Read the comment docs.

@alandefreitas alandefreitas merged commit 428ea43 into develop Nov 12, 2024
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant