Remove "using namespace std"
Using "std" namespace is is not a good practice, especially when you put them in headers - explanation. 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.
Using "std" namespace is is not a good practice, especially when you put them in headers - explanation. 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.