]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Mutex.cc: fix implicitly-defined namespace 'std' 47/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Feb 2013 15:47:58 +0000 (16:47 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Feb 2013 15:47:58 +0000 (16:47 +0100)
Fix warning from clang(++):

common/Mutex.cc:14:17: warning: using directive refers to
  implicitly-defined namespace 'std'
using namespace std;
                ^

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/common/Mutex.cc

index 235086470a70da9e6dffced371b46776fa087c5c..f1e9a550c81b9c5834e40e443102d2070b2f01a0 100644 (file)
@@ -11,7 +11,6 @@
  * Foundation.  See file COPYING.
  *
  */
-using namespace std;
 #include <string>
 
 #include "common/Mutex.h"