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

No need for "experimental" here. #48

Open
vivasvan1 opened this issue May 26, 2021 · 1 comment
Open

No need for "experimental" here. #48

vivasvan1 opened this issue May 26, 2021 · 1 comment

Comments

@vivasvan1
Copy link

vivasvan1 commented May 26, 2021

using namespace std::experimental::filesystem;

https://en.cppreference.com/w/cpp/filesystem

The filesystem library was originally developed as boost.filesystem, was published as the technical specification ISO/IEC TS 18822:2015, and finally merged to ISO C++ as of C++17. The boost implementation is currently available on more compilers and platforms than the C++17 library.

on my compilation it said unable to find filesystem but worked after removing "experimental".

Disclaimer: I am still kind of a noob in c++

@jeffreychou777
Copy link

If you use vs2017,this problem will not be happen

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