Boost 1.65 is not compatible #15117
Labels
bug 🐛
documentation 📖
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
must have
Something we consider an essential part of Solidity 1.0.
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.
The text was updated successfully, but these errors were encountered: