-
Notifications
You must be signed in to change notification settings - Fork 53
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
'hash_value': identifier not found #892
Comments
Mmm... Then Boost.URL would depend on ContainerHash. The problem here is that you're using a Boost release where The problem should have been fixed already since 428ea43 has been merged in |
Thanks. This issue is still somehow present in Boost master though as shown in the linked ticket? |
Have you tested this more recently? The issue is from 3 days ago and the develop branch has been merged to master yesterday. |
Seems to be working fine now, thanks. |
This error occurs both in MSVC and in GCC, just with slightly different error messages.
See boostorg/boost#991 for more details.
This can be fixed by adding
#include <boost/container_hash/hash.hpp>
inside
string_view_base.hpp
.The text was updated successfully, but these errors were encountered: