Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated method of recursive_directory_iterator with the st… #17932

Closed
wants to merge 1 commit into from

Conversation

btc-coder
Copy link

The update of boost 1.72.0 deprecated the method level() of the recursive_directory_iterator.

See: https://www.boost.org/doc/libs/1_72_0/libs/filesystem/doc/release_history.html

This commit fixes this by replacing the member with the standard counterpart.

@hebasto
Copy link
Member

hebasto commented Jan 15, 2020

Also #17861

@maflcko
Copy link
Member

maflcko commented Jan 15, 2020

Yeah, this does not compile on older versions of boost: https://travis-ci.org/bitcoin/bitcoin/jobs/637522459#L2780

@fanquake
Copy link
Member

Duplicate of #17861. This has been fixed in #17654, and backported to the 0.19 branch.

@fanquake fanquake closed this Jan 15, 2020
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants