GP-2985 Remove "using namespace" directives

This commit is contained in:
caheckman 2023-01-05 16:11:42 -05:00
parent 79c0f3f1de
commit 8b442eac0b
20 changed files with 127 additions and 42 deletions

View file

@ -25,7 +25,14 @@
#include <vector>
#include <map>
using namespace std;
using std::string;
using std::vector;
using std::map;
using std::istream;
using std::ostream;
using std::ifstream;
using std::dec;
using std::hex;
/// \brief The \e attributes for a single XML element
///