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

Boost unordered_node_set.hpp header missing in Boost 1.81.0 #750

Closed
jameshanlon opened this issue May 8, 2023 · 0 comments · Fixed by #751
Closed

Boost unordered_node_set.hpp header missing in Boost 1.81.0 #750

jameshanlon opened this issue May 8, 2023 · 0 comments · Fixed by #751

Comments

@jameshanlon
Copy link
Contributor

Describe the bug
Required Boost version is 1.81 in external/CMakeLists.txt, otherwise the required packages are fetched.
However, 1.81 does not include unordered_node_map.hpp used in include/slang/util/Hash.h.

To Reproduce
With Boost 1.81 installed, build slang from scratch (tested on OSX with Boost installed via homebrew).

jameshanlon added a commit to jameshanlon/slang that referenced this issue May 8, 2023
Since this release includes the header unordered_node_set.hpp.

Fixes MikePopoloski#750
MikePopoloski pushed a commit that referenced this issue May 8, 2023
Since this release includes the header unordered_node_set.hpp.

Fixes #750
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 a pull request may close this issue.

1 participant