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

IIO Driver requires the std namespace #876

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

flatmax
Copy link
Contributor

@flatmax flatmax commented Jun 6, 2022

Add the standard namespace to JackIIODriver.cpp otherwise build fails

Add the standard namespace to JackIIODriver.cpp otherwise build fails
@imaami
Copy link
Contributor

imaami commented Sep 9, 2022

using namespace std is a blunt instrument and I'd personally steer clear of using it. Why not just prepend std:: to where it might be needed instead of undoing the whole purpose of namespaces at file scope?

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

2 participants