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"-s #10

Closed
msoos opened this issue Sep 5, 2013 · 1 comment
Closed

Remove "using namespace std"-s #10

msoos opened this issue Sep 5, 2013 · 1 comment
Labels

Comments

@msoos
Copy link
Member

msoos commented Sep 5, 2013

Code has a couple of "using namespace std". As you might imagine ts makes the code littered with "max" and other stuff that is really hard to spot (is it define? C func? etc) Takes 15min to remove, I did that for my fork, but can't merge. I would like to do it, but elbow broken so probably not a good moment to type a lot :)

I am personally fine with e.g. "using std::vector" but importing the whole namespace is just asking for trouble I think.

@msoos
Copy link
Member Author

msoos commented Sep 7, 2013

OK, this has been achieved.

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

No branches or pull requests

1 participant