git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89812e
)
Removed "using namespace std;" from parser.cpp.
author
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 3 Oct 2014 09:19:08 +0000
(12:19 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 3 Oct 2014 09:19:08 +0000
(12:19 +0300)
projects/sgconf/parser.cpp
patch
|
blob
|
history
diff --git
a/projects/sgconf/parser.cpp
b/projects/sgconf/parser.cpp
index 9d340e8315f4e41780b650a8c953d30bca64e8d1..16362536fd75d1e6c0b87821c6fcb1913675a1c8 100644
(file)
--- a/
projects/sgconf/parser.cpp
+++ b/
projects/sgconf/parser.cpp
@@
-37,8
+37,6
@@
#include "stg/netunit.h"
#include "stg/request.h"
-using namespace std;
-
int parse_depth = 0;
XML_Parser parser;
//---------------------------------------------------------------------------