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

std::filesystem not found in default build #220

Open
CharlesGueunet opened this issue Nov 28, 2022 · 1 comment
Open

std::filesystem not found in default build #220

CharlesGueunet opened this issue Nov 28, 2022 · 1 comment

Comments

@CharlesGueunet
Copy link

Building after a default configuration leads to an error because std::filesystem is not found.
Changing BLT_CXX_STD from c++14 to c++17 solve the issue.
The std::filesystem include should be protected or the support of c++14 dropped.

@barracuda156
Copy link

Well, POSIX back-end works fine (which is picked with C++14), but perhaps the default should rather be C++17.

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

2 participants