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::experimental::filesystem is deprecated #112

Open
VectorWolf opened this issue Sep 25, 2022 · 0 comments
Open

std::experimental::filesystem is deprecated #112

VectorWolf opened this issue Sep 25, 2022 · 0 comments

Comments

@VectorWolf
Copy link
Member

When compiling with emscripten this warning pops up
warning: 'filesystem' is deprecated: std::experimental::filesystem has now been deprecated in favor of C++17's std::filesystem. Please stop using it and start using std::filesystem. This experimental version will be removed in LLVM 11. You can remove this warning by defining the _LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM macro. [-Wdeprecated-declarations]
It seems as if it would be wise to change soon to the std::filesystem

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