Like the coding standards say, do not use "using namespace std".
authorJay Foad <jay.foad@gmail.com>
Sat, 23 Apr 2011 09:06:00 +0000 (09:06 +0000)
committerJay Foad <jay.foad@gmail.com>
Sat, 23 Apr 2011 09:06:00 +0000 (09:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130054 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ErrorHandling.cpp

index 3579546d757d4c9b0107962aecfaccf0053756c1..e6cc57db8243506c7a18067e6109dd4c7485d2fd 100644 (file)
@@ -32,7 +32,6 @@
 #endif
 
 using namespace llvm;
-using namespace std;
 
 static fatal_error_handler_t ErrorHandler = 0;
 static void *ErrorHandlerUserData = 0;