Removed the "using namespace std" line from this header as it pollutes the…
Removed the "using namespace std" line from this header as it pollutes the global namespace in all files which include it; string's, vector's, and such are now prefixed with "std::" and the using directive has been moved to the implementation file, as necessary.
Showing
Please
register
or
sign in
to comment