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

Fix namespace alias for <experimental/filesystem> #182

Merged
merged 1 commit into from
May 10, 2021
Merged

Fix namespace alias for <experimental/filesystem> #182

merged 1 commit into from
May 10, 2021

Conversation

Hs293Go
Copy link
Contributor

@Hs293Go Hs293Go commented May 9, 2021

The correct (nested) namespace after #include <experimental/filesystem>
is std::experimental::filesystem, instead of experimental::filesystem.
For reference, see:
https://stackoverflow.com/questions/48312460/c17-filesystem-is-not-a-namespace-name

The correct (nested) namespace after #include <experimental/filesystem>
is std::experimental::filesystem, instead of experimental::filesystem.
For reference, see:
https://stackoverflow.com/questions/48312460/c17-filesystem-is-not-a-namespace-name
@Hs293Go Hs293Go changed the title Fix namespace alias for filesystem library Fix namespace alias for <experimental/filesystem> May 9, 2021
@Koihik Koihik merged commit 31fd636 into Koihik:master May 10, 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

Successfully merging this pull request may close these issues.

2 participants