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

Use fully qualified boost::filesystem identifiers. #67

Merged
merged 1 commit into from Jan 22, 2022
Merged

Use fully qualified boost::filesystem identifiers. #67

merged 1 commit into from Jan 22, 2022

Conversation

Tzigamm
Copy link
Contributor

@Tzigamm Tzigamm commented Oct 12, 2021

I'm guessing this issue comes from the new C++ standard having imported the boost::filesystem library, to avoid such issues again it would be wise to remove all using namespace std; and using namespace boost;.

@Nuitari
Copy link

Nuitari commented Nov 1, 2021

I've had the same issue and this fixed it, thank you!

@cygnusxi cygnusxi merged commit 3fcfe40 into cygnusxi:master Jan 22, 2022
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.

None yet

3 participants