Skip to content

Use C++ filesystem library #10

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

Closed
jgfoster opened this issue Feb 15, 2021 · 1 comment
Closed

Use C++ filesystem library #10

jgfoster opened this issue Feb 15, 2021 · 1 comment

Comments

@jgfoster
Copy link
Member

"<filesystem> is technically available in C++11 and later. The implementation lives in the std::__fs::filesystem namespace..." Clang Developers.

To move from C++0x to C++11, see Arduino-CI/arduino_ci#146.

@jgfoster
Copy link
Member Author

jgfoster commented Mar 3, 2021

It proved too difficult to get the various pieces working so I just built an in-memory mock file system and our existing tests pass. See #11.

@jgfoster jgfoster closed this as completed Mar 3, 2021
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