Closed asmwarrior closed 2 years ago
Nice suggestion. I will do that.
@satya-das you can remove boost completely from project forever? or only filesystem ?
An attempt to replace boost::filesystem with std::filesystem (commit 4e26764044) 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.
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?