about summary refs log tree commit diff homepage
path: root/lib/SMT
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2014-05-29 23:22:43 +0200
committerMartin Nowack <martin@se.inf.tu-dresden.de>2014-05-29 23:57:45 +0200
commit4290d38b1a8dbc5576c206a7d4f2db14d16362ca (patch)
tree97269b59a507dd5c4c7e78e374cab9c5a3e3de19 /lib/SMT
parent3b35ffed89405e7ba3059664dfbdc165b5d8625d (diff)
downloadklee-4290d38b1a8dbc5576c206a7d4f2db14d16362ca.tar.gz
Avoid non-explicit use of functions from std namespace in KLEE
Diffstat (limited to 'lib/SMT')
-rw-r--r--lib/SMT/SMTParser.cpp1
-rw-r--r--lib/SMT/main.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/SMT/SMTParser.cpp b/lib/SMT/SMTParser.cpp
index 5622f048..03042fdd 100644
--- a/lib/SMT/SMTParser.cpp
+++ b/lib/SMT/SMTParser.cpp
@@ -22,7 +22,6 @@
 
 //#define DEBUG
 
-using namespace std;
 using namespace klee;
 using namespace klee::expr;
 
diff --git a/lib/SMT/main.cpp b/lib/SMT/main.cpp
index 6b66e279..31fa311d 100644
--- a/lib/SMT/main.cpp
+++ b/lib/SMT/main.cpp
@@ -2,8 +2,6 @@
 
 #include "klee/ExprBuilder.h"
 
-
-using namespace std;
 using namespace klee;
 
 int main(int argc, char** argv) {