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

Build failure due to -- DEPRECATED CALL #9

Open
technoshantoms opened this issue Nov 25, 2024 · 0 comments · May be fixed by #11
Open

Build failure due to -- DEPRECATED CALL #9

technoshantoms opened this issue Nov 25, 2024 · 0 comments · May be fixed by #11
Assignees

Comments

@technoshantoms
Copy link

fc/src/filesystem.cpp:207 fails to build because it calls level(), but according to [the release notes]

(https://www.boost.org/doc/libs/1_79_0/libs/filesystem/doc/release_history.html), this was deprecated way back in 1.72.0 and by now it's long gone. Call depth() instead.

If submitting a patch to upstream, it would be best to include #ifdef guards to maintain compatibility with versions prior to 1.72, which didn't yet have depth().****

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 a pull request may close this issue.

2 participants