From 4290d38b1a8dbc5576c206a7d4f2db14d16362ca Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 29 May 2014 23:22:43 +0200 Subject: Avoid non-explicit use of functions from std namespace in KLEE --- lib/SMT/SMTParser.cpp | 1 - lib/SMT/main.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'lib/SMT') 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) { -- cgit 1.4.1