Skip to content

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.

2 participants