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

Old gcc versions cannot find std::filesystem #11

Open
Alexey-N-Chernyshov opened this issue Jun 17, 2021 · 0 comments
Open

Old gcc versions cannot find std::filesystem #11

Alexey-N-Chernyshov opened this issue Jun 17, 2021 · 0 comments

Comments

@Alexey-N-Chernyshov
Copy link

Issue was opened in Fuhon
gcc prior 8.1 does not support std::filesystem. See C++17 library features
gcc 8.1 - 9.0 requires linking option See notes
gcc 9.0+ has full support, no problems

The best option is to check for std::filesystem support in cmake and link library if required.
At least requirements should be added to README.
Link may be helpful

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

1 participant