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

remove "using namespace std" from headers #36

Open
saulrh opened this issue Jul 28, 2013 · 0 comments
Open

remove "using namespace std" from headers #36

saulrh opened this issue Jul 28, 2013 · 0 comments

Comments

@saulrh
Copy link
Collaborator

saulrh commented Jul 28, 2013

GRIPSlider.h and GRIPFrame.h both include instances of "using namespace std", which are then propagated to effectively every application that uses grip. These directives can cause some extremely wrong behavior and should be removed - see http://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant