A better solution would be to remove boost fs and boost system depedencies, but since it's a huge work (see https://github.com/bitcoin/bitcoin/pull/20744) let's fix the annoying warnings for now.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC0804f1a95b7a: Fix the deprecation warnings from new boost versions
ninja all check
Make sure there is no warning anymore
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fs_deprecation_fix
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 22101 Build 43837: Build Diff lint-circular-dependencies · build-diff · build-debug · build-clang-tidy · build-without-wallet · build-clang Build 43836: arc lint + arc unit
Event Timeline
Comment Actions
Note that most of the fs::filesystem work is done in https://reviews.bitcoinabc.org/D11974 (it needs to be rebased, but I don't expect too many conflicts). Sadly the compiler for the win64 CI build will still not work.