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

boost/filesystem can be replaced by std::filesystem #3

Closed
asmwarrior opened this issue Feb 18, 2021 · 3 comments
Closed

boost/filesystem can be replaced by std::filesystem #3

asmwarrior opened this issue Feb 18, 2021 · 3 comments

Comments

@asmwarrior
Copy link

I see in the front page, you use the boost::filesystem, can you just use std::filesystem?

It looks like it's already support by standard c++ library, thus we can avoid the boost library dependency?

@satya-das
Copy link
Owner

Nice suggestion. I will do that.

@UnrealKaraulov
Copy link

UnrealKaraulov commented Aug 29, 2021

@satya-das you can remove boost completely from project forever? or only filesystem ?

@satya-das
Copy link
Owner

An attempt to replace boost::filesystem with std::filesystem (commit 4e26764) resulted into complications on Linux as linking failed. The commit is now reverted and the plan to use std::filesystem is postponed. Closing this ticket.

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

No branches or pull requests

3 participants