Skip to content

[build] Fix build fail for boost 1.80.0

mainnet-pat requested to merge mainnet-pat/bitcoin-cash-node:issue_436 into master

See investigations in #436 (closed) .

Use of the Boost-internal (non-API!) BOOST_FILESYSTEM_C_STR has been replaced by string().

Test plan (on various platforms, both with Boost 1.80+ and existing platforms with older Boost versions):

  • Run ninja check-all
Edited by freetrader

Merge request reports