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

Does not build with gcc 7. #78

Open
MalikuMane opened this issue Nov 25, 2021 · 2 comments
Open

Does not build with gcc 7. #78

MalikuMane opened this issue Nov 25, 2021 · 2 comments

Comments

@MalikuMane
Copy link

Apparently just using set(CMAKE_CXX_STANDARD 17) in cmake is not enough and i just installed gcc 8 to get it to build. The problem is that the path to the filesystem header and it's namespace need prefixed with "experimental" for 7. Leaving these resources here for reference.
https://stackoverflow.com/questions/64945946
https://stackoverflow.com/questions/54290254

@caseymcc
Copy link
Collaborator

caseymcc commented Jan 8, 2022

@Auburn
Copy link
Owner

Auburn commented Jan 17, 2022

The filesystem include is only used for a single file_exists call, so that could probably be replaced by something else and the filesystem include removed completely

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