Skip to content
Snippets Groups Projects
Verified Commit d37bcc6c authored by Wiktor Czyż's avatar Wiktor Czyż Committed by Clayton Craft
Browse files

Remove using namespace std from headers (MR 94)

Using "std" namespace is is not a good practice, especially when you put them in headers - explanation:
https://stackoverflow.com/questions/5849457/using-namespace-in-c-headers

This is just a style change and won't impact any functionality, but I think it's a good idea to take care of that.
parent 8e5bac7a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment