diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-05-29 23:22:43 +0200 |
---|---|---|
committer | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-05-29 23:57:45 +0200 |
commit | 4290d38b1a8dbc5576c206a7d4f2db14d16362ca (patch) | |
tree | 97269b59a507dd5c4c7e78e374cab9c5a3e3de19 /lib/SMT/main.cpp | |
parent | 3b35ffed89405e7ba3059664dfbdc165b5d8625d (diff) | |
download | klee-4290d38b1a8dbc5576c206a7d4f2db14d16362ca.tar.gz |
Avoid non-explicit use of functions from std namespace in KLEE
Diffstat (limited to 'lib/SMT/main.cpp')
-rw-r--r-- | lib/SMT/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |