Update .level() to .depth() #17861

pull lord-cow wants to merge 1 commits into bitcoin:master from lord-cow:wallet changing 1 files +1 −1
  1. lord-cow commented at 9:04 PM on January 3, 2020: none

    recursive_directory_iterator.level() has been marked as deprecated in boost-libs 1.72.0 and since BOOST_FILESYSTEM_NO_DEPRECATED is defined in fs.h this results in a build error. recursive_directory_iterator.depth() should be used instead.

  2. Update .level() to .depth()
    recursive_directory_iterator.level() has been marked as deprecated in boost-libs 1.72.0 and since BOOST_FILESYSTEM_NO_DEPRECATED is defined in fs.h this results in a build error. recursive_directory_iterator.depth() should be used now.
    5111a9a28a
  3. fanquake commented at 9:07 PM on January 3, 2020: member

    and since BOOST_FILESYSTEM_NO_DEPRECATED is defined in fs.h

    It was removed in #17654, so building with Boost 1.72 should work. Are you seeing other issues? The backport to the 0.19 branch is in #17858.

  4. lord-cow commented at 9:15 PM on January 3, 2020: none

    Ah thanks, no no issues - I was building from the release not master.

  5. fanquake closed this on Jan 3, 2020

  6. DrahtBot locked this on Feb 15, 2022
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me