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 1.65 is not compatible #15117

Open
guidanoli opened this issue May 18, 2024 · 2 comments
Open

Boost 1.65 is not compatible #15117

guidanoli opened this issue May 18, 2024 · 2 comments
Labels
documentation 📖 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort

Comments

@guidanoli
Copy link

Page

Installing the Solidity Compiler — Solidity 0.8.24 documentation

Abstract

The page states that Solidity v0.8.24 can be compiled with Boost 1.65, however, I was not able to.
Apparently, it has something to do with the boost/container_hash library, which is imported here.
This module was only available in Boost 1.67, apparently.
See the changelog on Boost documentation.

@nikola-matic
Copy link
Collaborator

Yup, looks like we introduced boost/container_hash in 2022 and did not update the docs.

@guidanoli
Copy link
Author

Not assigning responsibilities or anything, but this would be caught if there were a CI that tried to build with the dependencies in the oldest supported version.

@nikola-matic nikola-matic added low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort
Projects
None yet
Development

No branches or pull requests

2 participants