Skip to content

Conversation

@spoonincode
Copy link
Contributor

Adds some includes needed to build with boost 1.79 beta.

The missing includes are solely related to fstream & boost::filesystem::fstream. The boost filesystem docs (even as far back as 1.66) are clear that #include <boost/filesystem.hpp> does not include file stream support. Internal changes to boost filesystem in 1.79 (namely removal of string_file) means that boost/filesystem/fstream.hpp no longer get implicitly included via boost/filesystem.hpp, so we need to be explicit about this.

Needs submodule PRs VaultaFoundation/mandel-chainbase#2 & VaultaFoundation/mandel-fc#15

Ports over EOSIO/eos#11079

@spoonincode spoonincode merged commit bf7ae4f into main Apr 13, 2022
@spoonincode spoonincode deleted the boost_179 branch April 13, 2022 19:00
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.

3 participants