-
Removed the "using namespace std" line from this header as it pollutes the… · de3bd82f
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.
IOWA\vhorosewski authored
×