Because of fear of possible future collisions.
@@ -23,7 +23,7 @@
#include <pthread.h>
-using namespace std;
+using std::auto_ptr;
namespace isc {
namespace util {
@@ -19,7 +19,6 @@
#include <boost/bind.hpp>
using namespace isc::util::thread;
namespace {
@@ -22,7 +22,9 @@
+using std::string;
+using std::exception;