From c7970bbae17c66f415e94581c84a9c00a83d3ef4 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 11 Feb 2013 16:42:27 +0100 Subject: [PATCH] ceph_authtool.cc: fix implicitly-defined namespace 'std' Fix warning from clang(++): ceph_authtool.cc:15:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ Signed-off-by: Danny Al-Gaaf --- src/ceph_authtool.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ceph_authtool.cc b/src/ceph_authtool.cc index c0a06ca1e5376..d4d205a4fa14c 100644 --- a/src/ceph_authtool.cc +++ b/src/ceph_authtool.cc @@ -12,8 +12,6 @@ * */ -using namespace std; - #include "common/config.h" #include "common/strtol.h" -- 2.39.5